LogEntry Constructor (Byte, Encoding, IDictionaryString, String)

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,
	IDictionary<string, string> properties
)

Parameters

binaryDataMessage
Type: SystemByte
Binary message body to log.
messageEncoding
Type: System.TextEncoding
Encoding for binary message
properties
Type: System.Collections.GenericIDictionaryString, String
Dictionary of key/value pairs to record.
See Also