Click or drag to resize
MimeKit

BodyPartMultipartBodyParts Property

Gets the child body parts.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public BodyPartCollection BodyParts { get; }

Property Value

BodyPartCollection
The child body parts.
Remarks
Gets the child body parts.
See Also