IEWSClient.ListTasks
Contents
[
Hide
]ListTasks()
Retrieves lists of exchange tasks for default folder.
public TaskCollection ListTasks()
Return Value
Tasks collection
See Also
- class TaskCollection
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListTasks(string)
Retrieves lists of exchange tasks.
public TaskCollection ListTasks(string folder)
Parameter | Type | Description |
---|---|---|
folder | String | Tasks folder |
Return Value
Tasks collection
See Also
- class TaskCollection
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListTasks(string, MailQuery)
Retrieves lists of exchange tasks.
public TaskCollection ListTasks(string folder, MailQuery query)
Parameter | Type | Description |
---|---|---|
folder | String | Tasks folder |
query | MailQuery | Mail query |
Return Value
Tasks collection
See Also
- class TaskCollection
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListTasks(string, int)
Retrieves lists of exchange tasks.
public TaskCollection ListTasks(string folder, int maxNumberOfItems)
Parameter | Type | Description |
---|---|---|
folder | String | Tasks folder |
maxNumberOfItems | Int32 | Maximum number of items |
Return Value
Tasks collection
See Also
- class TaskCollection
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListTasks(string, int, MailQuery)
Retrieves lists of exchange tasks.
public TaskCollection ListTasks(string folder, int maxNumberOfItems, MailQuery query)
Parameter | Type | Description |
---|---|---|
folder | String | Tasks folder |
maxNumberOfItems | Int32 | Maximum number of items |
query | MailQuery | Mail query |
Return Value
Tasks collection
See Also
- class TaskCollection
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListTasks(string, int, MailQuery, bool)
Retrieves lists of exchange tasks.
public TaskCollection ListTasks(string folder, int maxNumberOfItems, MailQuery query,
bool recursive)
Parameter | Type | Description |
---|---|---|
folder | String | Tasks folder |
maxNumberOfItems | Int32 | Maximum number of items |
query | MailQuery | Mail query |
recursive | Boolean | Retrieve tasks recursivly |
Return Value
Tasks collection
See Also
- class TaskCollection
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email