Represents IMAP namespace More details: https://tools.ietf.org/html/rfc2342 More...
Inherits Object.
Public Member Functions | |
| ImapNamespaceType | get_NamespaceType () const |
| Gets namespace type More... | |
| System::String | get_Prefix () const |
| Gets namespace prefix More... | |
| System::String | get_HierarchyDelimiter () const |
| Gets hierarchy delimiter More... | |
| ImapNamespace (ImapNamespaceType namespaceType, System::String prefix, System::String hierarchyDelimiter) | |
| Initializes a new instance of the ImapNamespace class. More... | |
| System::String | ToString () const override |
| Returns a string that represents the current object. More... | |
Represents IMAP namespace More details: https://tools.ietf.org/html/rfc2342
| Aspose::Email::Clients::Imap::ImapNamespace::ImapNamespace | ( | ImapNamespaceType | namespaceType, |
| System::String | prefix, | ||
| System::String | hierarchyDelimiter | ||
| ) |
Initializes a new instance of the ImapNamespace class.
| namespaceType | namespace type |
| prefix | namespace prefix |
| hierarchyDelimiter | hierarchy delimiter |
| System::String Aspose::Email::Clients::Imap::ImapNamespace::get_HierarchyDelimiter | ( | ) | const |
Gets hierarchy delimiter
| ImapNamespaceType Aspose::Email::Clients::Imap::ImapNamespace::get_NamespaceType | ( | ) | const |
Gets namespace type
| System::String Aspose::Email::Clients::Imap::ImapNamespace::get_Prefix | ( | ) | const |
Gets namespace prefix
|
override |
Returns a string that represents the current object.