MailBeeImapNegativeResponseExceptionOptionalResponse Property
Gets the contents of the optional response code of the response.

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

Property Value

Type: String
The 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