| EntryData Property |
Gets data stored in this entry.
Namespace:
Limilabs.Mail.Apple
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
Get
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}
member Data : byte[] with get
Property Value
Type:
ByteSee Also