ImapNamespace Class

Represents IMAP namespace More details: https://tools.ietf.org/html/rfc2342
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapImapNamespace

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ImapNamespace

The ImapNamespace type exposes the following members.

Properties
  NameDescription
Public propertyHierarchyDelimiter
Gets hierarchy delimiter
Public propertyNamespaceType
Gets namespace type
Public propertyPrefix
Gets namespace prefix
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also