IEWSClient.FetchTask

IEWSClient.FetchTask method

Fetches the specified task.

public ExchangeTask FetchTask(string taskUri)
ParameterTypeDescription
taskUriStringA task uri.

Return Value

A fetched ExchangeTask

Exceptions

exceptioncondition
AsposeArgumentExceptiontaskUri is null or empty.

See Also