ImapServerStatusEventArgsOptionalData Property |
Gets the contents of the optional response code of the response.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string OptionalData { get; }
Public ReadOnly Property OptionalData As String
Get
Property Value
Type:
StringThe string containing the inner contents of the optional response (the part of the status response enclosed in square brackets),
or a null reference (
Nothing in Visual Basic) if the response does not have the optional response code.
Remarks For instance, if the optional response code is "[alert]", this property returns "alert".
The square brackets themselves are not returned.
See Also