LogEntry Constructor (Byte) |
Create a new instance of
LogEntry with a full set of constructor parameters
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic LogEntry(
byte[] binaryDataMessage
)
Public Sub New (
binaryDataMessage As Byte()
)
public:
LogEntry(
array<unsigned char>^ binaryDataMessage
)
new :
binaryDataMessage : byte[] -> LogEntry
Parameters
- binaryDataMessage
- Type: SystemByte
Binary message body to log.
See Also