| PdiHeaderBinaryValue Property |
Gets header's binary value.
Namespace:
Limilabs.Mail.PDI
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public byte[] BinaryValue { get; }
Public ReadOnly Property BinaryValue As Byte()
Get
public:
property array<unsigned char>^ BinaryValue {
array<unsigned char>^ get ();
}
member BinaryValue : byte[] with get
Property Value
Type:
ByteSee Also