LogEntryMessageText Property |
Gets or sets the string containing the message text or data.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic string MessageText { get; set; }
Public Property MessageText As String
Get
Set
Property Value
Type:
StringThe string containing the texual or binary data representing the information
this log entry is about.
RemarksThis 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