IEWSClient.ListTasks

ListTasks()

Retrieves lists of exchange tasks for default folder.

public TaskCollection ListTasks()

Return Value

Tasks collection

See Also


ListTasks(string)

Retrieves lists of exchange tasks.

public TaskCollection ListTasks(string folder)
ParameterTypeDescription
folderStringTasks folder

Return Value

Tasks collection

See Also


ListTasks(string, MailQuery)

Retrieves lists of exchange tasks.

public TaskCollection ListTasks(string folder, MailQuery query)
ParameterTypeDescription
folderStringTasks folder
queryMailQueryMail query

Return Value

Tasks collection

See Also


ListTasks(string, int)

Retrieves lists of exchange tasks.

public TaskCollection ListTasks(string folder, int maxNumberOfItems)
ParameterTypeDescription
folderStringTasks folder
maxNumberOfItemsInt32Maximum number of items

Return Value

Tasks collection

See Also


ListTasks(string, int, MailQuery)

Retrieves lists of exchange tasks.

public TaskCollection ListTasks(string folder, int maxNumberOfItems, MailQuery query)
ParameterTypeDescription
folderStringTasks folder
maxNumberOfItemsInt32Maximum number of items
queryMailQueryMail query

Return Value

Tasks collection

See Also


ListTasks(string, int, MailQuery, bool)

Retrieves lists of exchange tasks.

public TaskCollection ListTasks(string folder, int maxNumberOfItems, MailQuery query, 
    bool recursive)
ParameterTypeDescription
folderStringTasks folder
maxNumberOfItemsInt32Maximum number of items
queryMailQueryMail query
recursiveBooleanRetrieve tasks recursivly

Return Value

Tasks collection

See Also