IEWSClient.GetContacts
Contents
[
Hide
]GetContacts(string)
Lists contacts located in the specified folder on server
public Contact[] GetContacts(string folder)
| Parameter | Type | Description | 
|---|---|---|
| folder | String | A folder to search contacts in | 
Return Value
An array of read Contact that represents contact information
See Also
- class Contact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
GetContacts(string, ExchangeListContactsOptions)
Lists contacts located in the specified folder on server
public Contact[] GetContacts(string folder, ExchangeListContactsOptions options)
| Parameter | Type | Description | 
|---|---|---|
| folder | String | A folder to search contacts in | 
| options | ExchangeListContactsOptions | Enumerates the list contacts options | 
Return Value
An array of read Contact that represents contact information
See Also
- class Contact
- enum ExchangeListContactsOptions
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email