| MessageDataEmlData Property |
Eml data requested. You can use
MailBuilder on this property to create
IMail object.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public byte[] EmlData { get; }
Public ReadOnly Property EmlData As Byte()
Get
public:
property array<unsigned char>^ EmlData {
array<unsigned char>^ get ();
}
member EmlData : byte[] with get
Property Value
Type:
ByteSee Also