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.26106.1555
Syntax
public List<MimeBase> Parts { get; }

Property Value

ListMimeBase
See Also