MailBeeImapNegativeResponseExceptionCompletionResult Property
Gets the response status code.

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

Property Value

Type: String
The string containing uppercased value of the negative status response code: "BAD" or "NO".
See Also