Aspose::Email::Clients::Exchange::ExchangeMailboxInfo Class Referenceabstract

Represents the mail box information of an exchange server. More...

Inherits Object.

Public Member Functions

virtual System::String get_MailboxUri ()
 Gets the mailbox uri. More...
 
virtual void set_MailboxUri (System::String value)
 Gets the mailbox uri. More...
 
virtual System::String get_CalendarUri ()=0
 Gets the calendar uri. More...
 
virtual void set_CalendarUri (System::String value)=0
 Gets the calendar uri. More...
 
virtual System::String get_ContactsUri ()=0
 Gets the contracts uri. More...
 
virtual void set_ContactsUri (System::String value)=0
 Gets the contracts uri. More...
 
virtual System::String get_DeletedItemsUri ()=0
 Gets the deleted items uri. More...
 
virtual void set_DeletedItemsUri (System::String value)=0
 Gets the deleted items uri. More...
 
virtual System::String get_DraftsUri ()=0
 Gets the drafts uri. More...
 
virtual void set_DraftsUri (System::String value)=0
 Gets the drafts uri. More...
 
virtual System::String get_InboxUri ()=0
 Gets the inbox uri. More...
 
virtual void set_InboxUri (System::String value)=0
 Gets the inbox uri. More...
 
virtual System::String get_JournalUri ()=0
 Gets the journal uri. More...
 
virtual void set_JournalUri (System::String value)=0
 Gets the journal uri. More...
 
virtual System::String get_SubmissionUri ()=0
 Gets the submission uri. More...
 
virtual void set_SubmissionUri (System::String value)=0
 Gets the submission uri. More...
 
virtual System::String get_NotesUri ()=0
 Gets the notes uri. More...
 
virtual void set_NotesUri (System::String value)=0
 Gets the notes uri. More...
 
virtual System::String get_OutboxUri ()=0
 Gets the outbox uri. More...
 
virtual void set_OutboxUri (System::String value)=0
 Gets the outbox uri. More...
 
virtual System::String get_RootUri ()=0
 Gets the root uri. More...
 
virtual void set_RootUri (System::String value)=0
 Gets the root uri. More...
 
virtual System::String get_SentItemsUri ()=0
 Gets the sent items uri. More...
 
virtual void set_SentItemsUri (System::String value)=0
 Gets the sent items uri. More...
 
virtual System::String get_TasksUri ()=0
 Gets the tasks uri. More...
 
virtual void set_TasksUri (System::String value)=0
 Gets the tasks uri. More...
 
virtual System::String get_JunkeMailsUri ()=0
 Gets the junke mails uri. More...
 
virtual void set_JunkeMailsUri (System::String value)=0
 Sets the junke mails uri. More...
 

Protected Member Functions

 ExchangeMailboxInfo ()
 Initializes a new instance of the ExchangeMailboxInfo class. More...
 
 ExchangeMailboxInfo (System::String mailBoxUri)
 Initializes a new instance of the ExchangeMailboxInfo class. More...
 

Friends

class Aspose::Email::Clients::Exchange::Dav::ExchangeDavMailboxInfo
 

Detailed Description

Represents the mail box information of an exchange server.

Constructor & Destructor Documentation

◆ ExchangeMailboxInfo() [1/2]

Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::ExchangeMailboxInfo ( )
protected

Initializes a new instance of the ExchangeMailboxInfo class.

◆ ExchangeMailboxInfo() [2/2]

Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::ExchangeMailboxInfo ( System::String  mailBoxUri)
protected

Initializes a new instance of the ExchangeMailboxInfo class.

Parameters
mailBoxUriThe address of the mailbox.

Member Function Documentation

◆ get_CalendarUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_CalendarUri ( )
pure virtual

Gets the calendar uri.

◆ get_ContactsUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_ContactsUri ( )
pure virtual

Gets the contracts uri.

◆ get_DeletedItemsUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_DeletedItemsUri ( )
pure virtual

Gets the deleted items uri.

◆ get_DraftsUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_DraftsUri ( )
pure virtual

Gets the drafts uri.

◆ get_InboxUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_InboxUri ( )
pure virtual

Gets the inbox uri.

◆ get_JournalUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_JournalUri ( )
pure virtual

Gets the journal uri.

◆ get_JunkeMailsUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_JunkeMailsUri ( )
pure virtual

Gets the junke mails uri.

◆ get_MailboxUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_MailboxUri ( )
virtual

Gets the mailbox uri.

◆ get_NotesUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_NotesUri ( )
pure virtual

Gets the notes uri.

◆ get_OutboxUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_OutboxUri ( )
pure virtual

Gets the outbox uri.

◆ get_RootUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_RootUri ( )
pure virtual

Gets the root uri.

◆ get_SentItemsUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_SentItemsUri ( )
pure virtual

Gets the sent items uri.

◆ get_SubmissionUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_SubmissionUri ( )
pure virtual

Gets the submission uri.

◆ get_TasksUri()

virtual System::String Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::get_TasksUri ( )
pure virtual

Gets the tasks uri.

◆ set_CalendarUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_CalendarUri ( System::String  value)
pure virtual

Gets the calendar uri.

◆ set_ContactsUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_ContactsUri ( System::String  value)
pure virtual

Gets the contracts uri.

◆ set_DeletedItemsUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_DeletedItemsUri ( System::String  value)
pure virtual

Gets the deleted items uri.

◆ set_DraftsUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_DraftsUri ( System::String  value)
pure virtual

Gets the drafts uri.

◆ set_InboxUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_InboxUri ( System::String  value)
pure virtual

Gets the inbox uri.

◆ set_JournalUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_JournalUri ( System::String  value)
pure virtual

Gets the journal uri.

◆ set_JunkeMailsUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_JunkeMailsUri ( System::String  value)
pure virtual

Sets the junke mails uri.

◆ set_MailboxUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_MailboxUri ( System::String  value)
virtual

Gets the mailbox uri.

◆ set_NotesUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_NotesUri ( System::String  value)
pure virtual

Gets the notes uri.

◆ set_OutboxUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_OutboxUri ( System::String  value)
pure virtual

Gets the outbox uri.

◆ set_RootUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_RootUri ( System::String  value)
pure virtual

Gets the root uri.

◆ set_SentItemsUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_SentItemsUri ( System::String  value)
pure virtual

Gets the sent items uri.

◆ set_SubmissionUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_SubmissionUri ( System::String  value)
pure virtual

Gets the submission uri.

◆ set_TasksUri()

virtual void Aspose::Email::Clients::Exchange::ExchangeMailboxInfo::set_TasksUri ( System::String  value)
pure virtual

Gets the tasks uri.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::Dav::ExchangeDavMailboxInfo

friend class Aspose::Email::Clients::Exchange::Dav::ExchangeDavMailboxInfo
friend