IEWSClient.FetchMapiTasks
FetchMapiTasks(IEnumerable<string>)
Fetch array of MapiTask
objects.
public IList<MapiTask> FetchMapiTasks(IEnumerable<string> taskUris)
Parameter | Type | Description |
---|---|---|
taskUris | IEnumerable`1 | List of task uris to be fetched. |
Return Value
Fetch array of MapiTask
objects.
See Also
- class MapiTask
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FetchMapiTasks(IEnumerable<string>, IEnumerable<PropertyDescriptor>)
Fetch array of MapiTask
objects.
public IList<MapiTask> FetchMapiTasks(IEnumerable<string> taskUris,
IEnumerable<PropertyDescriptor> customProperties)
Parameter | Type | Description |
---|---|---|
taskUris | IEnumerable`1 | List of task uris to be fetched. |
customProperties | IEnumerable`1 | Custom mapi properties to retrieve. |
Return Value
Fetch array of MapiTask
objects.
See Also
- class MapiTask
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email