 | BinHexDataResource Property |
Gets resource data.
Namespace: Limilabs.Mail.BinHexAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic byte[] Resource { get; }Public ReadOnly Property Resource As Byte()
Get
public:
property array<unsigned char>^ Resource {
array<unsigned char>^ get ();
}member Resource : byte[] with get
Property Value
Byte
See Also