IEWSClient.ListItems
ListItems(string, string, MailQuery)
Retrieve list of item uries in specified folder
public string[] ListItems(string mailbox, string folder, MailQuery query)
Parameter | Type | Description |
---|---|---|
mailbox | String | The mailbox that is used to initialize the folder id class. |
folder | String | folder to search items |
query | MailQuery | Additional conditions to select items |
Return Value
Returns list of item uries
See Also
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListItems(string, string, MailQuery, bool)
Retrieve list of item uries in specified folder
public string[] ListItems(string mailbox, string folder, MailQuery query, bool recursive)
Parameter | Type | Description |
---|---|---|
mailbox | String | The mailbox that is used to initialize the folder id class. |
folder | String | folder to search items |
query | MailQuery | Additional conditions to select items |
recursive | Boolean | Specifies whether request should be reqursive. |
Return Value
Returns list of item uries
See Also
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListItems(string)
Retrieve list of item uries in specified folder
public string[] ListItems(string folder)
Parameter | Type | Description |
---|---|---|
folder | String | folder to search items |
Return Value
Returns list of item uries
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListItems(string, MailQuery)
Retrieve list of item uries in specified folder
public string[] ListItems(string folder, MailQuery query)
Parameter | Type | Description |
---|---|---|
folder | String | folder to search items |
query | MailQuery | Additional conditions to select items |
Return Value
Returns list of item uries
See Also
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListItems(string, MailQuery, bool)
Retrieve list of item uries in specified folder
public string[] ListItems(string folder, MailQuery query, bool recursive)
Parameter | Type | Description |
---|---|---|
folder | String | folder to search items |
query | MailQuery | Additional conditions to select items |
recursive | Boolean | Specifies whether request should be reqursive. |
Return Value
Returns list of item uries
See Also
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListItems(string, string)
Retrieve list of item uries in specified folder
public string[] ListItems(string mailbox, string folder)
Parameter | Type | Description |
---|---|---|
mailbox | String | The mailbox that is used to initialize the folder id class. |
folder | String | folder to search items |
Return Value
Returns list of item uries
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email