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 |
Represents the mail box information of an exchange server.
|
protected |
Initializes a new instance of the ExchangeMailboxInfo class.
|
protected |
Initializes a new instance of the ExchangeMailboxInfo class.
mailBoxUri | The address of the mailbox. |
|
pure virtual |
Gets the calendar uri.
|
pure virtual |
Gets the contracts uri.
|
pure virtual |
Gets the deleted items uri.
|
pure virtual |
Gets the drafts uri.
|
pure virtual |
Gets the inbox uri.
|
pure virtual |
Gets the journal uri.
|
pure virtual |
Gets the junke mails uri.
|
virtual |
Gets the mailbox uri.
|
pure virtual |
Gets the notes uri.
|
pure virtual |
Gets the outbox uri.
|
pure virtual |
Gets the root uri.
|
pure virtual |
Gets the sent items uri.
|
pure virtual |
Gets the submission uri.
|
pure virtual |
Gets the tasks uri.
|
pure virtual |
Gets the calendar uri.
|
pure virtual |
Gets the contracts uri.
|
pure virtual |
Gets the deleted items uri.
|
pure virtual |
Gets the drafts uri.
|
pure virtual |
Gets the inbox uri.
|
pure virtual |
Gets the journal uri.
|
pure virtual |
Sets the junke mails uri.
|
virtual |
Gets the mailbox uri.
|
pure virtual |
Gets the notes uri.
|
pure virtual |
Gets the outbox uri.
|
pure virtual |
Gets the root uri.
|
pure virtual |
Gets the sent items uri.
|
pure virtual |
Gets the submission uri.
|
pure virtual |
Gets the tasks uri.
|
friend |