Click or drag to resize

ImapExtension Fields

The ImapExtension type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAppendLimit Represents APPENDLIMIT extension. (RFC 7889)
Public fieldStatic memberAuth Represents AUTH extension. You can use Capabilities and then AuthenticationMethods method to obtain all authentication methods supported by the remote server.
Public fieldStatic memberCompress Represents COMPRESS extension. Servers that support this extension allow communication compression. You can turn compression on by using Compress method. (RFC 4959)
Public fieldStatic memberCONDSTORE Represents CONDSTORE extension. (RFC 7162)
Public fieldStatic memberESearch Represents ESEARCH extension. Extension to SEARCH command for controlling what kind of information is returned. (RFC 4731)
Public fieldStatic memberID Represents ID extension. (RFC 2971)
Public fieldStatic memberIdle Represents IDLE extension. You can use Idle or Idle(TimeSpan) to wait for mailbox changes. (RFC 2177)
Public fieldStatic memberIMAP4rev1 Represents IMAP4rev1 extension.
Public fieldStatic memberImapUTF8 Represents UTF8 extension. (RFC 6855)
Public fieldStatic memberLoginDisabledLogin is disabled. Login(String, String) is going to invoke UseBestLogin(String, String) method. (RFC 2595)
Public fieldStatic memberMove Represents MOVE extension. Allows using MOVE command for MoveByUID(Int64, FolderInfo) and MoveByNumber(Int64, FolderInfo) methods. (RFC 6851)
Public fieldStatic memberMultiSearch Represents MULTISEARCH extension. Extension to SEARCH command for multi-folder (multi-mailbox) searching. (RFC 6237)
Public fieldStatic memberNamespace Represents NAMESPACE extension. You can use GetNamespaces method. (RFC 2342)
Public fieldStatic memberQRESYNC Represents QRESYNC extension. (RFC 7162)
Public fieldStatic memberQuota Represents QUOTA extension. You can use GetQuota(String) and GetQuotaRoot(FolderInfo) methods. (RFC 2087).
Public fieldStatic memberSASLInitialResponse Represents SASL-IR (SASL initial client response) extension. Servers that support this extension will accept an optional initial client response with the AUTHENTICATE command for any SASL mechanisms which support it. (RFC 4959)
Public fieldStatic memberSASLIR Represents SASL-IR (SASL initial client response) extension.
Obsolete
Public fieldStatic memberSort Represents SORT extension. You can use Sort(ISorter) to sort search results. (RFC 5256)
Public fieldStatic memberSpecialUse Represents SPECIAL-USE extension. Servers that support this extension will return new folder flags identifying Special-Use folders. (RFC 6154)
Public fieldStatic memberStartTLS Represents STARTTLS extension. You can use StartTLS to secure the connection. (RFC 2595)
Public fieldStatic memberUniqueIdPlus Represents UIDPLUS extension. You can use a return value of UploadMessage(String, IMail), copy and move methods. (RFC 4315)
Public fieldStatic memberXGMailExtensions1 Represents Gmail X-GM-EXT-1 extension (X-GM-RAW, X-GM-MSGID, X-GM-THRID, X-GM-LABELS). ,
Public fieldStatic memberXList Represents XLIST extension. You can CommonFolders class to get common folder names (e.g. Spam, Sent items).
Top
See Also