LogEntryMessageText Property
Gets or sets the string containing 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 MessageText { get; set; }

Property Value

Type: String
The string containing the texual or binary data representing the information this log entry is about.
Remarks

This property value contains either data received from or sent to the network (when MessageType is Send or Recv) or informational/error/warning messages from MailBee.

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

[18:28:34.22] [SEND] [SEND-00.SMTP-00........] MAIL FROM:<user@domain.com>\r\n

See Also