ExchangeMailboxInfo

Inheritance: java.lang.Object

public abstract class ExchangeMailboxInfo

Represents the mail box information of an exchange server.

Methods

MethodDescription
equals(Object arg0)
getCalendarUri()Gets the calendar uri.
getClass()
getContactsUri()Gets the contracts uri.
getDeletedItemsUri()Gets the deleted items uri.
getDraftsUri()Gets the drafts uri.
getInboxUri()Gets the inbox uri.
getJournalUri()Gets the journal uri.
getJunkeMailsUri()Gets or sets the junke mails uri.
getMailboxUri()Gets the mailbox uri.
getNotesUri()Gets the notes uri.
getOutboxUri()Gets the outbox uri.
getRootUri()Gets the root uri.
getSentItemsUri()Gets the sent items uri.
getSubmissionUri()Gets the submission uri.
getTasksUri()Gets the tasks uri.
hashCode()
notify()
notifyAll()
setCalendarUri(String value)Gets the calendar uri.
setContactsUri(String value)Gets the contracts uri.
setDeletedItemsUri(String value)Gets the deleted items uri.
setDraftsUri(String value)Gets the drafts uri.
setInboxUri(String value)Gets the inbox uri.
setJournalUri(String value)Gets the journal uri.
setJunkeMailsUri(String value)Gets or sets the junke mails uri.
setMailboxUri(String value)Gets the mailbox uri.
setNotesUri(String value)Gets the notes uri.
setOutboxUri(String value)Gets the outbox uri.
setRootUri(String value)Gets the root uri.
setSentItemsUri(String value)Gets the sent items uri.
setSubmissionUri(String value)Gets the submission uri.
setTasksUri(String value)Gets the tasks uri.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCalendarUri()

public abstract String getCalendarUri()

Gets the calendar uri.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getContactsUri()

public abstract String getContactsUri()

Gets the contracts uri.

Returns: java.lang.String

getDeletedItemsUri()

public abstract String getDeletedItemsUri()

Gets the deleted items uri.

Returns: java.lang.String

getDraftsUri()

public abstract String getDraftsUri()

Gets the drafts uri.

Returns: java.lang.String

getInboxUri()

public abstract String getInboxUri()

Gets the inbox uri.

Returns: java.lang.String

getJournalUri()

public abstract String getJournalUri()

Gets the journal uri.

Returns: java.lang.String

getJunkeMailsUri()

public abstract String getJunkeMailsUri()

Gets or sets the junke mails uri.

Returns: java.lang.String

getMailboxUri()

public String getMailboxUri()

Gets the mailbox uri.

Returns: java.lang.String

getNotesUri()

public abstract String getNotesUri()

Gets the notes uri.

Returns: java.lang.String

getOutboxUri()

public abstract String getOutboxUri()

Gets the outbox uri.

Returns: java.lang.String

getRootUri()

public abstract String getRootUri()

Gets the root uri.

Returns: java.lang.String

getSentItemsUri()

public abstract String getSentItemsUri()

Gets the sent items uri.

Returns: java.lang.String

getSubmissionUri()

public abstract String getSubmissionUri()

Gets the submission uri.

Returns: java.lang.String

getTasksUri()

public abstract String getTasksUri()

Gets the tasks uri.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCalendarUri(String value)

public abstract void setCalendarUri(String value)

Gets the calendar uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setContactsUri(String value)

public abstract void setContactsUri(String value)

Gets the contracts uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDeletedItemsUri(String value)

public abstract void setDeletedItemsUri(String value)

Gets the deleted items uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDraftsUri(String value)

public abstract void setDraftsUri(String value)

Gets the drafts uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setInboxUri(String value)

public abstract void setInboxUri(String value)

Gets the inbox uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setJournalUri(String value)

public abstract void setJournalUri(String value)

Gets the journal uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setJunkeMailsUri(String value)

public abstract void setJunkeMailsUri(String value)

Gets or sets the junke mails uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMailboxUri(String value)

public void setMailboxUri(String value)

Gets the mailbox uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setNotesUri(String value)

public abstract void setNotesUri(String value)

Gets the notes uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOutboxUri(String value)

public abstract void setOutboxUri(String value)

Gets the outbox uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRootUri(String value)

public abstract void setRootUri(String value)

Gets the root uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSentItemsUri(String value)

public abstract void setSentItemsUri(String value)

Gets the sent items uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSubmissionUri(String value)

public abstract void setSubmissionUri(String value)

Gets the submission uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTasksUri(String value)

public abstract void setTasksUri(String value)

Gets the tasks uri.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int