 | EntryData Property |
Gets data stored in this entry.
Namespace: Limilabs.Mail.AppleAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Byte
See Also