Click or drag to resize

MimeMultipartParts Property

Parts of the entity. MIME parts inside multipart entity are separated by Boundary delimiter.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<MimeBase> Parts { get; }

Property Value

Type: ListMimeBase
See Also