IEWSClient.UpdateTask
Contents
[
Hide
]UpdateTask(MapiTask)
Updates the specified task.
public string UpdateTask(MapiTask task)
Parameter | Type | Description |
---|---|---|
task | MapiTask | An MapiTask containing the task information. |
Return Value
Task uri.
See Also
- class MapiTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
UpdateTask(string, MapiTask)
Updates the specified task.
public string UpdateTask(string uri, MapiTask task)
Parameter | Type | Description |
---|---|---|
uri | String | Task identifier |
task | MapiTask | An ExchangeTask containing the task information. |
Return Value
Task uri.
See Also
- class MapiTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
UpdateTask(string, MapiTask, IEnumerable<PropertyDescriptor>)
Updates the specified task.
public string UpdateTask(string uri, MapiTask task,
IEnumerable<PropertyDescriptor> additionalProperties)
Parameter | Type | Description |
---|---|---|
uri | String | Task identifier |
task | MapiTask | An ExchangeTask containing the task information. |
additionalProperties | IEnumerable`1 | An additional MAPI properties which can be used in MAPI object. |
Return Value
Task uri.
See Also
- class MapiTask
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
UpdateTask(ExchangeTask)
Updates the specified task.
public void UpdateTask(ExchangeTask task)
Parameter | Type | Description |
---|---|---|
task | ExchangeTask | An ExchangeTask containing the task information. |
Exceptions
exception | condition |
---|---|
AsposeArgumentException | An UniqueUri property of task is null or empty . |
AsposeArgumentNullException | task is null . |
See Also
- class ExchangeTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
UpdateTask(ExchangeTask, UpdateTaskOptions)
Updates the specified task.
public void UpdateTask(ExchangeTask task, UpdateTaskOptions options)
Parameter | Type | Description |
---|---|---|
task | ExchangeTask | An ExchangeTask containing the task information. |
options | UpdateTaskOptions | An updation options. |
Exceptions
exception | condition |
---|---|
AsposeArgumentException | An UniqueUri property of task is null or empty . |
AsposeArgumentNullException | task is null . |
See Also
- class ExchangeTask
- enum UpdateTaskOptions
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email