ImapUtils Methods

The ImapUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAllOf
Creates IMAP search query of AND type.
Public methodStatic memberAnyOf
Creates IMAP search query of OR type.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromUtf7String
Converts the specified string from the IMAP4 UTF-7 Modified encoding into human-readable form.
Public methodStatic memberCode exampleGetDateTimeFromImapDate
Converts the datetime string in IMAP4 format into DateTime value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberCode exampleGetImapDateString
Returns the string containing the current date of the local computer in the IMAP4 format.
Public methodStatic memberCode exampleGetImapDateString(DateTime)
Returns the string containing the specified date value in the IMAP4 format.
Public methodStatic memberCode exampleGetImapDateTimeString
Returns the string containing the current date and time of the local computer in the IMAP4 format.
Public methodStatic memberCode exampleGetImapDateTimeString(DateTime)
Returns the string containing the specified local date and time value in the IMAP4 format.
Public methodStatic memberCode exampleGetImapDateTimeString(DateTime, Boolean, Boolean)
Returns the string containing the specified date and time value in the IMAP4 format.
Public methodStatic memberCode exampleGetImapDateTimeString(DateTime, Boolean, String)
Returns the string containing the specified date and time value in the IMAP4 format.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGmailSearch
Creates IMAP search query of Gmail type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNot
Creates IMAP search query of NOT type.
Public methodStatic memberToLiteral(String)
Converts a text string into UTF-8 encoded IMAP LITERAL+ string.
Public methodStatic memberToLiteral(String, Encoding, Encoding)
Converts a text string into IMAP LITERAL+ string.
Public methodStatic memberToQuotedString
Converts the specified string into the IMAP4 quoted string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberToUtf7QuotedString
Converts the specified string into the IMAP4 UTF-7 Modified quoted string.
Public methodStatic memberToUtf7String
Converts the specified string into the IMAP4 UTF-7 Modified string.
Public methodStatic memberToUtf8QuotedString
Converts the specified string into the IMAP4 quoted and UTF-8 encoded string.
Top
See Also