LogEntry Constructor (Byte, 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
Syntaxpublic LogEntry(
byte[] binaryDataMessage,
IDictionary<string, string> properties
)
Public Sub New (
binaryDataMessage As Byte(),
properties As IDictionary(Of String, String)
)
public:
LogEntry(
array<unsigned char>^ binaryDataMessage,
IDictionary<String^, String^>^ properties
)
new :
binaryDataMessage : byte[] *
properties : IDictionary<string, string> -> LogEntry
Parameters
- binaryDataMessage
- Type: SystemByte
Binary message body to log. - properties
- Type: System.Collections.GenericIDictionaryString, String
Dictionary of key/value pairs to record.
See Also