IEWSClient.ListContacts
Contents
[
Hide
]ListContacts(string)
Lists contacts located in the specified folder on server
public MapiContact[] ListContacts(string folderUri)
Parameter | Type | Description |
---|---|---|
folderUri | String | The URI of folder |
Return Value
An array of read MapiContact
that represents contact information
See Also
- class MapiContact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListContacts(string, IEnumerable<PropertyDescriptor>)
Lists contacts located in the specified folder on server
public MapiContact[] ListContacts(string folderUri, IEnumerable<PropertyDescriptor> mapiProperties)
Parameter | Type | Description |
---|---|---|
folderUri | String | A folder to search contacts in |
mapiProperties | IEnumerable`1 | Required additional mapi properties |
Return Value
An array of read MapiContact
that represents contact information
See Also
- class MapiContact
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email