The ImapExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.) | |
| Equals(BasicConstant) |
Determines whether the specified BasicConstant object is equal to the current one.
Names are compared case insensitive.
(Inherited from BasicConstant.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from BasicConstant.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns the Name of this object.
(Inherited from BasicConstant.) |
Fields
| Name | Description | |
|---|---|---|
| Auth |
AUTH extension. You can use SupportedAuthenticationMethods()()()() to obtain all authentication methods supported by the remote server.
| |
| ID |
ID extension is supported.
(http://www.faqs.org/rfcs/rfc2971.html)
| |
| Idle |
IDLE extension. You can use Idle()()()() or Idle(TimeSpan) to wait for mailbox changes.
(http://www.faqs.org/rfcs/rfc2177.html)
| |
| IMAP4rev1 |
IMAP4rev1 is supported.
| |
| LoginDisabled | Login is disabled.
Login(String, String) is going to invoke UseBestLogin(String, String) method.
(http://www.faqs.org/rfcs/rfc2595.html)
| |
| Namespace |
NAMESPACE is supported. You can use GetNamespaces()()()()method.
(http://www.faqs.org/rfcs/rfc2342.html)
| |
| Quota |
QUOTA is supported. You can use GetQuota(String) and GetQuotaRoot(String) methods.
| |
| SASLIR |
SASL-IR (SASL initial client response) extension is supported.
Servers which support this extension will accept an optional initial client response with the AUTHENTICATE command for any SASL mechanisms which support it.
(http://www.faqs.org/rfcs/rfc4959.html)
| |
| Sort |
SORT is supported. You can use Sort(ISorter) to sort search results.
(http://www.faqs.org/rfcs/rfc5256.html)
| |
| SpecialUse |
SPECIAL-USE extension is supported.
Servers which support this extension will return new folder flags identifying Special-Use folders.
(http://tools.ietf.org/html/rfc6154)
| |
| StartTLS |
STARTTLS is supported. You can use StartTLS()()()() to secure the connection.
(http://www.faqs.org/rfcs/rfc2595.html)
| |
| UniqueIdPlus |
UIDPLUS extension. You can use return value of UploadMessage(String, IMail), UploadMessage(String, String), copy and move methods.
(http://www.faqs.org/rfcs/rfc4315.html)
| |
| XGMailExtensions1 |
Identifies Gmail X-GM-EXT-1 extensions: X-GM-RAW, X-GM-MSGID, X-GM-THRID, X-GM-LABELS.
,
| |
| XList |
XLIST command is supported. You can CommonFolders class to get common folder names (e.g. Spam, Sent items).
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Name of the constant.
(Inherited from BasicConstant.) |