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