Modifier and Type | Method and Description |
---|---|
ExchangeTask |
IEWSClient.fetchTask(String taskUri)
Fetches the specified task.
|
Modifier and Type | Method and Description |
---|---|
void |
IEWSClient.archiveItem(String sourceFolderUri,
ExchangeTask task)
The ArchiveItem operation moves an item into the mailbox user's archive mailbox.
|
String |
IEWSClient.createTask(ExchangeTask task)
Creates the given task in the default task folder.
|
String |
IEWSClient.createTask(String folder,
ExchangeTask task)
Creates the given task in the specified folder.
|
void |
IEWSClient.updateTask(ExchangeTask task)
Updates the specified task.
|
void |
IEWSClient.updateTask(ExchangeTask task,
int options)
Updates the specified task.
|