Aspose::Email::Clients::Imap::ImapNamespace Class Reference

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...
 

Friends

class Aspose::Email::Clients::Imap::Commands::NamespaceCommand
 

Detailed Description

Represents IMAP namespace More details: https://tools.ietf.org/html/rfc2342

Constructor & Destructor Documentation

◆ ImapNamespace()

Aspose::Email::Clients::Imap::ImapNamespace::ImapNamespace ( ImapNamespaceType  namespaceType,
System::String  prefix,
System::String  hierarchyDelimiter 
)

Initializes a new instance of the ImapNamespace class.

Parameters
namespaceTypenamespace type
prefixnamespace prefix
hierarchyDelimiterhierarchy delimiter

Member Function Documentation

◆ get_HierarchyDelimiter()

System::String Aspose::Email::Clients::Imap::ImapNamespace::get_HierarchyDelimiter ( ) const

Gets hierarchy delimiter

◆ get_NamespaceType()

ImapNamespaceType Aspose::Email::Clients::Imap::ImapNamespace::get_NamespaceType ( ) const

Gets namespace type

◆ get_Prefix()

System::String Aspose::Email::Clients::Imap::ImapNamespace::get_Prefix ( ) const

Gets namespace prefix

◆ 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.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::NamespaceCommand

friend class Aspose::Email::Clients::Imap::Commands::NamespaceCommand
friend