Modifier and Type | Method and Description |
---|---|
MapiTask |
IEWSClient.fetchMapiTask(String taskUri)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiTask |
IEWSClient.fetchMapiTask(String taskUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
static MapiTask |
MapiTask.fromVTodo(InputStream stream)
Creates an instance of MapiTask from the specified stream.
|
static MapiTask |
MapiTask.fromVTodo(InputStream stream,
boolean detectEncoding)
Creates an instance of MapiTask from the specified stream.
|
static MapiTask |
MapiTask.fromVTodo(String filePath)
Creates an instance of MapiTask from the specified .ics file.
|
static MapiTask |
MapiTask.fromVTodo(String filePath,
boolean detectEncoding)
Creates an instance of MapiTask from the specified .ics file.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiTask> |
IEWSClient.fetchMapiTasks(Iterable<String> taskUris)
Fetch array of
MapiTask objects. |
com.aspose.ms.System.Collections.Generic.IGenericList<MapiTask> |
IEWSClient.fetchMapiTasks(Iterable<String> taskUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of
MapiTask objects. |
Modifier and Type | Method and Description |
---|---|
String |
IEWSClient.createTask(MapiTask task)
Creates the given task in the default task folder.
|
String |
IEWSClient.createTask(String folder,
MapiTask task)
Creates the given task in the specified folder.
|
String |
IEWSClient.updateTask(MapiTask task)
Updates the specified task.
|
String |
IEWSClient.updateTask(String uri,
MapiTask task)
Updates the specified task.
|
String |
IEWSClient.updateTask(String uri,
MapiTask task,
Iterable<PropertyDescriptor> additionalProperties)
Updates the specified task.
|