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