LogEntry Constructor (Byte, Encoding)

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
Syntax
public LogEntry(
	byte[] binaryDataMessage,
	Encoding messageEncoding
)

Parameters

binaryDataMessage
Type: SystemByte
Binary message body to log.
messageEncoding
Type: System.TextEncoding
Encoding for binary message
See Also