public abstract class ExchangeMailboxInfo extends Object
Represents the mail box information of an exchange server.
Modifier | Constructor and Description |
---|---|
protected |
ExchangeMailboxInfo()
Initializes a new instance of the ExchangeMailboxInfo class.
|
protected |
ExchangeMailboxInfo(String mailBoxUri)
Initializes a new instance of the ExchangeMailboxInfo class.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getCalendarUri()
Gets the calendar uri.
|
abstract String |
getContactsUri()
Gets the contracts uri.
|
abstract String |
getDeletedItemsUri()
Gets the deleted items uri.
|
abstract String |
getDraftsUri()
Gets the drafts uri.
|
abstract String |
getInboxUri()
Gets the inbox uri.
|
abstract String |
getJournalUri()
Gets the journal uri.
|
abstract String |
getJunkeMailsUri()
Gets or sets the junke mails uri.
|
String |
getMailboxUri()
Gets the mailbox uri.
|
abstract String |
getNotesUri()
Gets the notes uri.
|
abstract String |
getOutboxUri()
Gets the outbox uri.
|
abstract String |
getRootUri()
Gets the root uri.
|
abstract String |
getSentItemsUri()
Gets the sent items uri.
|
abstract String |
getSubmissionUri()
Gets the submission uri.
|
abstract String |
getTasksUri()
Gets the tasks uri.
|
abstract void |
setCalendarUri(String value)
Gets the calendar uri.
|
abstract void |
setContactsUri(String value)
Gets the contracts uri.
|
abstract void |
setDeletedItemsUri(String value)
Gets the deleted items uri.
|
abstract void |
setDraftsUri(String value)
Gets the drafts uri.
|
abstract void |
setInboxUri(String value)
Gets the inbox uri.
|
abstract void |
setJournalUri(String value)
Gets the journal uri.
|
abstract void |
setJunkeMailsUri(String value)
Gets or sets the junke mails uri.
|
void |
setMailboxUri(String value)
Gets the mailbox uri.
|
abstract void |
setNotesUri(String value)
Gets the notes uri.
|
abstract void |
setOutboxUri(String value)
Gets the outbox uri.
|
abstract void |
setRootUri(String value)
Gets the root uri.
|
abstract void |
setSentItemsUri(String value)
Gets the sent items uri.
|
abstract void |
setSubmissionUri(String value)
Gets the submission uri.
|
abstract void |
setTasksUri(String value)
Gets the tasks uri.
|
protected ExchangeMailboxInfo()
Initializes a new instance of the ExchangeMailboxInfo class.
protected ExchangeMailboxInfo(String mailBoxUri)
Initializes a new instance of the ExchangeMailboxInfo class.
mailBoxUri
- The address of the mailbox.public String getMailboxUri()
Gets the mailbox uri.
public void setMailboxUri(String value)
Gets the mailbox uri.
public abstract String getCalendarUri()
Gets the calendar uri.
public abstract void setCalendarUri(String value)
Gets the calendar uri.
public abstract String getContactsUri()
Gets the contracts uri.
public abstract void setContactsUri(String value)
Gets the contracts uri.
public abstract String getDeletedItemsUri()
Gets the deleted items uri.
public abstract void setDeletedItemsUri(String value)
Gets the deleted items uri.
public abstract String getDraftsUri()
Gets the drafts uri.
public abstract void setDraftsUri(String value)
Gets the drafts uri.
public abstract String getInboxUri()
Gets the inbox uri.
public abstract void setInboxUri(String value)
Gets the inbox uri.
public abstract String getJournalUri()
Gets the journal uri.
public abstract void setJournalUri(String value)
Gets the journal uri.
public abstract String getSubmissionUri()
Gets the submission uri.
public abstract void setSubmissionUri(String value)
Gets the submission uri.
public abstract String getNotesUri()
Gets the notes uri.
public abstract void setNotesUri(String value)
Gets the notes uri.
public abstract String getOutboxUri()
Gets the outbox uri.
public abstract void setOutboxUri(String value)
Gets the outbox uri.
public abstract String getRootUri()
Gets the root uri.
public abstract void setRootUri(String value)
Gets the root uri.
public abstract String getSentItemsUri()
Gets the sent items uri.
public abstract void setSentItemsUri(String value)
Gets the sent items uri.
public abstract String getTasksUri()
Gets the tasks uri.
public abstract void setTasksUri(String value)
Gets the tasks uri.
public abstract String getJunkeMailsUri()
Gets or sets the junke mails uri.
public abstract void setJunkeMailsUri(String value)
Gets or sets the junke mails uri.