 | MimeMultipartParts Property |
Parts of the entity.
MIME parts inside multipart entity are separated by
Boundary delimiter.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<MimeBase> Parts { get; }Public ReadOnly Property Parts As List(Of MimeBase)
Get
public:
property List<MimeBase^>^ Parts {
List<MimeBase^>^ get ();
}member Parts : List<MimeBase> with get
Property Value
ListMimeBase
See Also