IEWSClient.FetchMapiTasks

FetchMapiTasks(IEnumerable<string>)

Fetch array of MapiTask objects.

public IList<MapiTask> FetchMapiTasks(IEnumerable<string> taskUris)
ParameterTypeDescription
taskUrisIEnumerable`1List of task uris to be fetched.

Return Value

Fetch array of MapiTask objects.

See Also


FetchMapiTasks(IEnumerable<string>, IEnumerable<PropertyDescriptor>)

Fetch array of MapiTask objects.

public IList<MapiTask> FetchMapiTasks(IEnumerable<string> taskUris, 
    IEnumerable<PropertyDescriptor> customProperties)
ParameterTypeDescription
taskUrisIEnumerable`1List of task uris to be fetched.
customPropertiesIEnumerable`1Custom mapi properties to retrieve.

Return Value

Fetch array of MapiTask objects.

See Also