ImapUtils Class |
Namespace: MailBee.ImapMail
The ImapUtils type exposes the following members.
Name | Description | |
---|---|---|
AllOf |
Creates IMAP search query of AND type.
| |
AnyOf |
Creates IMAP search query of OR type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromUtf7String |
Converts the specified string from the IMAP4 UTF-7 Modified encoding into human-readable form.
| |
GetDateTimeFromImapDate |
Converts the datetime string in IMAP4 format into DateTime value.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImapDateString |
Returns the string containing the current date of the local computer in the IMAP4 format.
| |
GetImapDateString(DateTime) |
Returns the string containing the specified date value in the IMAP4 format.
| |
GetImapDateTimeString |
Returns the string containing the current date and time of the local computer in the IMAP4 format.
| |
GetImapDateTimeString(DateTime) |
Returns the string containing the specified local date and time value in the IMAP4 format.
| |
GetImapDateTimeString(DateTime, Boolean, Boolean) |
Returns the string containing the specified date and time value in the IMAP4 format.
| |
GetImapDateTimeString(DateTime, Boolean, String) |
Returns the string containing the specified date and time value in the IMAP4 format.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GmailSearch |
Creates IMAP search query of Gmail type.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Not |
Creates IMAP search query of NOT type.
| |
ToLiteral(String) |
Converts a text string into UTF-8 encoded IMAP LITERAL+ string.
| |
ToLiteral(String, Encoding, Encoding) |
Converts a text string into IMAP LITERAL+ string.
| |
ToQuotedString |
Converts the specified string into the IMAP4 quoted string.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToUtf7QuotedString |
Converts the specified string into the IMAP4 UTF-7 Modified quoted string.
| |
ToUtf7String |
Converts the specified string into the IMAP4 UTF-7 Modified string.
| |
ToUtf8QuotedString |
Converts the specified string into the IMAP4 quoted and UTF-8 encoded string.
|