com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeMailboxInfo



  • public abstract class ExchangeMailboxInfo
    extends Object

    Represents the mail box information of an exchange server.

    • Constructor Detail

      • ExchangeMailboxInfo

        protected ExchangeMailboxInfo()

        Initializes a new instance of the ExchangeMailboxInfo class.

      • ExchangeMailboxInfo

        protected ExchangeMailboxInfo(String mailBoxUri)

        Initializes a new instance of the ExchangeMailboxInfo class.

        Parameters:
        mailBoxUri - The address of the mailbox.
    • Method Detail

      • getMailboxUri

        public String getMailboxUri()

        Gets the mailbox uri.

      • setMailboxUri

        public void setMailboxUri(String value)

        Gets the mailbox uri.

      • getCalendarUri

        public abstract String getCalendarUri()

        Gets the calendar uri.

      • setCalendarUri

        public abstract void setCalendarUri(String value)

        Gets the calendar uri.

      • getContactsUri

        public abstract String getContactsUri()

        Gets the contracts uri.

      • setContactsUri

        public abstract void setContactsUri(String value)

        Gets the contracts uri.

      • getDeletedItemsUri

        public abstract String getDeletedItemsUri()

        Gets the deleted items uri.

      • setDeletedItemsUri

        public abstract void setDeletedItemsUri(String value)

        Gets the deleted items uri.

      • getDraftsUri

        public abstract String getDraftsUri()

        Gets the drafts uri.

      • setDraftsUri

        public abstract void setDraftsUri(String value)

        Gets the drafts uri.

      • getInboxUri

        public abstract String getInboxUri()

        Gets the inbox uri.

      • setInboxUri

        public abstract void setInboxUri(String value)

        Gets the inbox uri.

      • getJournalUri

        public abstract String getJournalUri()

        Gets the journal uri.

      • setJournalUri

        public abstract void setJournalUri(String value)

        Gets the journal uri.

      • getSubmissionUri

        public abstract String getSubmissionUri()

        Gets the submission uri.

      • setSubmissionUri

        public abstract void setSubmissionUri(String value)

        Gets the submission uri.

      • getNotesUri

        public abstract String getNotesUri()

        Gets the notes uri.

      • setNotesUri

        public abstract void setNotesUri(String value)

        Gets the notes uri.

      • getOutboxUri

        public abstract String getOutboxUri()

        Gets the outbox uri.

      • setOutboxUri

        public abstract void setOutboxUri(String value)

        Gets the outbox uri.

      • getRootUri

        public abstract String getRootUri()

        Gets the root uri.

      • setRootUri

        public abstract void setRootUri(String value)

        Gets the root uri.

      • getSentItemsUri

        public abstract String getSentItemsUri()

        Gets the sent items uri.

      • setSentItemsUri

        public abstract void setSentItemsUri(String value)

        Gets the sent items uri.

      • getTasksUri

        public abstract String getTasksUri()

        Gets the tasks uri.

      • setTasksUri

        public abstract void setTasksUri(String value)

        Gets the tasks uri.

      • getJunkeMailsUri

        public abstract String getJunkeMailsUri()

        Gets or sets the junke mails uri.

      • setJunkeMailsUri

        public abstract void setJunkeMailsUri(String value)

        Gets or sets the junke mails uri.