IEWSClient.CreateTask
Contents
[
Hide
]CreateTask(ExchangeTask)
Creates the given task in the default task folder.
public string CreateTask(ExchangeTask task)
Parameter | Type | Description |
---|---|---|
task | ExchangeTask | A task to create. |
Return Value
A task uri
Exceptions
exception | condition |
---|---|
AsposeArgumentNullException | task is null . |
See Also
- class ExchangeTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CreateTask(string, ExchangeTask)
Creates the given task in the specified folder.
public string CreateTask(string folder, ExchangeTask task)
Parameter | Type | Description |
---|---|---|
folder | String | A folder where task should be created. |
task | ExchangeTask | A task to create. |
Return Value
A task uri
Exceptions
exception | condition |
---|---|
AsposeArgumentException | folder is null or empty . |
AsposeArgumentNullException | task is null . |
See Also
- class ExchangeTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email