LogEntryBinaryDataMessage Property |
Binary message body to log.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic byte[] BinaryDataMessage { get; set; }
Public Property BinaryDataMessage As Byte()
Get
Set
public:
property array<unsigned char>^ BinaryDataMessage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member BinaryDataMessage : byte[] with get, set
Property Value
Type:
Byte
See Also