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.26106.1555
Syntax
public byte[] Data { get; }

Property Value

Byte
See Also