Click or drag to resize
MimeKit

ImapCommandExceptionResponseText Property

Gets the human-readable IMAP command response text.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string ResponseText { get; }

Property Value

String
The response text.
Remarks
Gets the human-readable IMAP command response text.
See Also