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 void setMailboxUri(String value)
Gets the mailbox uri.
value
- a String
object.public abstract String getCalendarUri()
Gets the calendar uri.
String
object.public abstract void setCalendarUri(String value)
Gets the calendar uri.
value
- a String
object.public abstract String getContactsUri()
Gets the contracts uri.
String
object.public abstract void setContactsUri(String value)
Gets the contracts uri.
value
- a String
object.public abstract String getDeletedItemsUri()
Gets the deleted items uri.
String
object.public abstract void setDeletedItemsUri(String value)
Gets the deleted items uri.
value
- a String
object.public abstract void setDraftsUri(String value)
Gets the drafts uri.
value
- a String
object.public abstract void setInboxUri(String value)
Gets the inbox uri.
value
- a String
object.public abstract void setJournalUri(String value)
Gets the journal uri.
value
- a String
object.public abstract String getSubmissionUri()
Gets the submission uri.
String
object.public abstract void setSubmissionUri(String value)
Gets the submission uri.
value
- a String
object.public abstract void setNotesUri(String value)
Gets the notes uri.
value
- a String
object.public abstract void setOutboxUri(String value)
Gets the outbox uri.
value
- a String
object.public abstract void setRootUri(String value)
Gets the root uri.
value
- a String
object.public abstract String getSentItemsUri()
Gets the sent items uri.
String
object.public abstract void setSentItemsUri(String value)
Gets the sent items uri.
value
- a String
object.public abstract void setTasksUri(String value)
Gets the tasks uri.
value
- a String
object.public abstract String getJunkeMailsUri()
Gets or sets the junke mails uri.
String
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.