Click or drag to resize

MimeStructureData Property

Gets data represented by this part. You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to fill this property. May be null, if server responds with NIL response.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public byte[] Data { get; }

Property Value

Type: Byte
See Also