MailBeeImapNegativeResponseExceptionCompletionResult Property |
Gets the response status code.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string CompletionResult { get; }
Public ReadOnly Property CompletionResult As String
Get
Property Value
Type:
StringThe string containing uppercased value of the negative status response code: "BAD" or "NO".
See Also