LogEntryMessageComment Property
Gets or sets the string containing any additional information about the message text or data.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string MessageComment { get; set; }

Property Value

Type: String
The string containing any additional information about the message text or data, or an empty string if no additional information is available.
Remarks

The comment is usually added if MessageText contains incomplete information. For instance, if large block of data has been received from the network so only the part of this data has been placed into MessageText, MessageComment will return the string specifying the entire length of the received data.

In the log file or memory log, the comment (if any) is enclosed in [].

In the following example, the message comment is marked bold:

[21:13:32.92] [RECV] +OK 117 messages\r\n [Total 1074 bytes received.]

See Also