|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.compoze.exchange.webdav.AbstractItem
|
+--com.compoze.exchange.webdav.Folder
|
+--com.compoze.exchange.webdav.Mailbox
This class represents a user's mailbox folder.
The following methods are used to get a user's special mailbox folders:
getCalendarFolder()getContactsFolder()getDraftsFolder()getDeletedItems()getInbox()getOutboxFolder()getJournalFolder()getTasksFolder()getSentItems()
| Fields inherited from class com.compoze.exchange.webdav.Folder |
m_folders, m_iRelDepth, m_messages |
| Method Summary | |
java.lang.Object |
clone()
Creates and returns a copy of this object. |
CalendarFolder |
getCalendarFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetCalendarFolder() |
java.lang.String |
getCalendarFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetCalendarFolderURI() |
ContactFolder |
getContactsFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetContactsFolder() |
java.lang.String |
getContactsFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetContactsFolderURI() |
Folder |
getDeletedItems()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetDeletedItemsFolder() |
java.lang.String |
getDeletedItemsFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetDeletedItemsFolderURI() |
MailFolder |
getDraftsFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetDraftsFolder() |
java.lang.String |
getDraftsFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetDraftsFolderURI() |
MailFolder |
getInbox()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetInboxFolder() |
java.lang.String |
getInboxFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetInboxFolderURI() |
JournalFolder |
getJournalFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetJournalFolder() |
java.lang.String |
getJournalFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetJournalFolderURI() |
java.lang.String |
getMailSubmissionURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetMailSubmissionURI() |
NoteFolder |
getNotesFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetNotesFolder() |
java.lang.String |
getNotesFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetNotesFolderURI() |
Folder |
getOutboxFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetOutboxFolder() |
java.lang.String |
getOutboxFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetOutboxFolderURI() |
Folder |
getRootFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetRootFolder() |
java.lang.String |
getRootMailboxFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetRootMailboxFolderURI() |
Folder |
getSentItems()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetSentItemsFolder() |
java.lang.String |
getSentItemsFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetSentItemsFolderURI() |
TaskFolder |
getTasksFolder()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetTasksFolder() |
java.lang.String |
getTasksFolderURI()
Deprecated. This method has been deprecated and will be removed by version 3.1. Replaced with serverGetTasksFolderURI() |
void |
serverCopyTo(Folder targetFolder)
Request the server to copy the item to the specified folder. |
void |
serverDelete()
Requests the server to delete the folder (the folder is removed permanently). |
CalendarFolder |
serverGetCalendarFolder()
Queries the server for the user's "Calendar" folder. |
CalendarFolder |
serverGetCalendarFolder(java.util.List properties)
Queries the server for the user's "Calendar" folder. |
java.lang.String |
serverGetCalendarFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Calendar" folder. |
ContactFolder |
serverGetContactsFolder()
Queries the server for the user's "Contacts" folder. |
ContactFolder |
serverGetContactsFolder(java.util.List properties)
Queries the server for the user's "Contacts" folder. |
java.lang.String |
serverGetContactsFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Contacts" folder. |
Folder |
serverGetDeletedItemsFolder()
Queries the server for the user's "Deleted Items" folder. |
Folder |
serverGetDeletedItemsFolder(java.util.List properties)
Queries the server for the user's "Deleted Items" folder. |
java.lang.String |
serverGetDeletedItemsFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Delete Items" folder. |
MailFolder |
serverGetDraftsFolder()
Queries the server for the user's "Drafts" folder. |
MailFolder |
serverGetDraftsFolder(java.util.List properties)
Queries the server for the user's "Drafts" folder. |
java.lang.String |
serverGetDraftsFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Drafts" folder. |
MailFolder |
serverGetInboxFolder()
Queries the server for the user's "Inbox" folder. |
MailFolder |
serverGetInboxFolder(java.util.List properties)
Queries the server for the user's "Inbox" folder. |
java.lang.String |
serverGetInboxFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Inbox" folder. |
JournalFolder |
serverGetJournalFolder()
Queries the server for the user's "Journal" folder. |
JournalFolder |
serverGetJournalFolder(java.util.List properties)
Queries the server for the user's "Journal" folder. |
java.lang.String |
serverGetJournalFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Journal" folder. |
java.lang.String |
serverGetMailSubmissionURI()
Queries the server for the mail submission Uniform Resource Identifier (URI) to which outgoing mail should be submitted. |
NoteFolder |
serverGetNotesFolder()
Queries the server for the user's "Notes" folder. |
NoteFolder |
serverGetNotesFolder(java.util.List properties)
Queries the server for the user's "Notes" folder. |
java.lang.String |
serverGetNotesFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Notes" folder. |
Folder |
serverGetOutboxFolder()
Queries the server for the user's "Outbox" folder. |
Folder |
serverGetOutboxFolder(java.util.List properties)
Queries the server for the user's "Outbox" folder. |
java.lang.String |
serverGetOutboxFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Outbox" folder. |
Folder |
serverGetRootFolder()
Queries the server for the user's root folder. |
java.lang.String |
serverGetRootMailboxFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the root mailbox folder. |
Folder |
serverGetSentItemsFolder()
Queries the server for the user's "Sent Items" folder. |
Folder |
serverGetSentItemsFolder(java.util.List properties)
Queries the server for the user's "Sent Items" folder. |
java.lang.String |
serverGetSentItemsFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Sent Items" folder. |
TaskFolder |
serverGetTasksFolder()
Queries the server for the user's "Tasks" folder. |
TaskFolder |
serverGetTasksFolder(java.util.List properties)
Queries the server for the user's "Tasks" folder. |
java.lang.String |
serverGetTasksFolderURI()
Queries the server for the Uniform Resource Identifier (URI) for the "Tasks" folder. |
void |
serverMoveTo(Folder targetFolder)
Request the server to move the item to the specified folder. |
| Methods inherited from class com.compoze.exchange.webdav.AbstractItem |
copy, copy, copy, createFilename, delete, equals, getComment, getContentClass, getCreationDate, getDateLastModified, getDisplayName, getFile, getHRef, getID, getParentFolder, getPermanentURL, getUID, isFolder, isHidden, isReadOnly, isRoot, move, move, move, serverCopyTo, serverCopyTo, serverCopyTo, serverGetParentFolder, serverMoveTo, serverMoveTo, serverMoveTo, serverUpdate, setComment, setContentClass, setContentClass, setHidden, setReadOnly, setReleased, setType, setUID, update, update, validate |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public ContactFolder getContactsFolder()
throws ExchangeException
serverGetContactsFolder()
This method queries the server only if this nor serverGetContactsFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public ContactFolder serverGetContactsFolder()
throws ExchangeException
This method queries the server only if this nor serverGetContactsFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public ContactFolder serverGetContactsFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Contacts" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public CalendarFolder getCalendarFolder()
throws ExchangeException
serverGetCalendarFolder()
This method queries the server only if this nor serverGetCalendarFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public CalendarFolder serverGetCalendarFolder()
throws ExchangeException
This method queries the server only if this nor serverGetCalendarFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public CalendarFolder serverGetCalendarFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Calendar" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public MailFolder getDraftsFolder()
throws ExchangeException
serverGetDraftsFolder()
This method queries the server only if this nor serverGetDraftsFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public MailFolder serverGetDraftsFolder()
throws ExchangeException
This method queries the server only if this nor serverGetDraftsFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public MailFolder serverGetDraftsFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Drafts" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public Folder getDeletedItems()
throws ExchangeException
serverGetDeletedItemsFolder()
This method queries the server only if this nor serverGetDeletedItemsFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder serverGetDeletedItemsFolder()
throws ExchangeException
This method queries the server only if this nor serverGetDeletedItemsFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public Folder serverGetDeletedItemsFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Deleted Items" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public MailFolder getInbox()
throws ExchangeException
serverGetInboxFolder()
This method queries the server only if this nor serverGetInboxFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public MailFolder serverGetInboxFolder()
throws ExchangeException
This method queries the server only if this nor serverGetInboxFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public MailFolder serverGetInboxFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Inbox" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public NoteFolder getNotesFolder()
throws ExchangeException
serverGetNotesFolder()
This method queries the server only if this nor serverGetNotesFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public NoteFolder serverGetNotesFolder()
throws ExchangeException
This method queries the server only if this nor serverGetNotesFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not exist.ExchangeException - if a problem occurred while interacting with Exchange ServerExchangeRuntimeException - if this object has been released and can
no longer be used
public NoteFolder serverGetNotesFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Notes" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not exist.ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder getOutboxFolder()
throws ExchangeException
serverGetOutboxFolder()
This method queries the server only if this nor serverGetOutboxFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder serverGetOutboxFolder()
throws ExchangeException
This method queries the server only if this nor serverGetOutboxFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder serverGetOutboxFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Outbox" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public TaskFolder getTasksFolder()
throws ExchangeException
serverGetTasksFolder()
This method queries the server only if this nor serverGetTasksFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public TaskFolder serverGetTasksFolder()
throws ExchangeException
This method queries the server only if this nor serverGetTasksFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not exist.ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public TaskFolder serverGetTasksFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Tasks" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not exist.ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public JournalFolder getJournalFolder()
throws ExchangeException
serverGetJournalFolder()
This method queries the server only if this nor serverGetJournalFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public JournalFolder serverGetJournalFolder()
throws ExchangeException
This method queries the server only if this nor serverGetJournalFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not exist.ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public JournalFolder serverGetJournalFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Journal" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not exist.ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder getSentItems()
throws ExchangeException
serverGetSentItemsFolder()
This method queries the server only if this nor serverGetSentItemsFolder(List)
were previously called, requesting the following properties:
null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder serverGetSentItemsFolder()
throws ExchangeException
This method queries the server only if this nor serverGetSentItemsFolder(List)
were previously called, requesting the following properties:
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder serverGetSentItemsFolder(java.util.List properties)
throws ExchangeException
Use this method to request specific properties or refresh the properties pertaining to the "Sent Items" folder
properties - list of AbstractProperty objects representing
Exchange WebDAV properties to query from the Exchange store
(must not be null)null if folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder getRootFolder()
throws ExchangeException
serverGetRootFolder()
null if root folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public Folder serverGetRootFolder()
throws ExchangeException
null if root folder does not existExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getMailSubmissionURI()
throws ExchangeException
serverGetMailSubmissionURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetMailSubmissionURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getCalendarFolderURI()
throws ExchangeException
serverGetCalendarFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetCalendarFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getContactsFolderURI()
throws ExchangeException
serverGetContactsFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetContactsFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getDeletedItemsFolderURI()
throws ExchangeException
serverGetDeletedItemsFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetDeletedItemsFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getDraftsFolderURI()
throws ExchangeException
serverGetDraftsFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetDraftsFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getInboxFolderURI()
throws ExchangeException
serverGetInboxFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetInboxFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getJournalFolderURI()
throws ExchangeException
serverGetJournalFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetJournalFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getNotesFolderURI()
throws ExchangeException
serverGetNotesFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetNotesFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getOutboxFolderURI()
throws ExchangeException
serverGetOutboxFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetOutboxFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getRootMailboxFolderURI()
throws ExchangeException
serverGetRootMailboxFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetRootMailboxFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getSentItemsFolderURI()
throws ExchangeException
serverGetSentItemsFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetSentItemsFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String getTasksFolderURI()
throws ExchangeException
serverGetTasksFolderURI()
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public java.lang.String serverGetTasksFolderURI()
throws ExchangeException
ExchangeException - if a problem occurred while interacting with the Exchange storeExchangeRuntimeException - if this object has been released and can no longer be used
public void serverDelete()
throws ExchangeException
FolderserverDelete in class FolderUnsupportedOperationException - if the delete operation
is not supported by this mailbox.
public void serverMoveTo(Folder targetFolder)
throws ExchangeException
AbstractItemserverMoveTo in class AbstractItemUnsupportedOperationException - if the move operation
is not supported by this mailbox.
public void serverCopyTo(Folder targetFolder)
throws ExchangeException
AbstractItemserverCopyTo in class AbstractItemUnsupportedOperationException - if the copy operation
is not supported by this mailbox.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class Folderjava.lang.CloneNotSupportedException - if the object's class does not support the Cloneable interface.
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||