MailBeeImapNegativeResponseExceptionCompletionResult Property |
Gets the response status code.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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