| 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; }
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
Type:
ListMimeBaseSee Also