| MimeDataData Property |
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public byte[] Data { get; set; }
Public Property Data As Byte()
Get
Set
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Data : byte[] with get, set
Property Value
Type:
ByteSee Also