 | PdiHeaderBinaryValue Property |
Gets header's binary value.
Namespace: Limilabs.Mail.PDIAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Byte
See Also