| ImapCommandExceptionResponseText Property |
Gets the human-readable IMAP command response text.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string ResponseText { get; }
Property Value
StringThe response text.
Remarks
Gets the human-readable IMAP command response text.
See Also