Click or drag to resize
MimeKit

ImapCommandExceptionResponse Property

Gets the IMAP command response.

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

Property Value

ImapCommandResponse
The IMAP command response.
Remarks
Gets the IMAP command response.
See Also