| ImapResponseExceptionResponse Property |
Gets IMAP server response that caused this exception to be thrown.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public ImapResponse Response { get; }
Public ReadOnly Property Response As ImapResponse
Get
public:
property ImapResponse^ Response {
ImapResponse^ get ();
}
member Response : ImapResponse with get
Property Value
Type:
ImapResponseSee Also