IEWSClient.FindPeople
Contents
[
Hide
]FindPeople(string, int)
Find contacts located in the global address list (GAL) on server.
public Contact[] FindPeople(string queryString, int maxNumberOfItems)
Parameter | Type | Description |
---|---|---|
queryString | String | Represents contact search criteria. |
maxNumberOfItems | Int32 | Maximum number of items. |
Return Value
An array of Contact
that represents contact information
See Also
- class Contact
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FindPeople(string, MailQuery, int)
Find contacts located in the specified user’s personal mailbox on server.
public Contact[] FindPeople(string folderUri, MailQuery query, int maxNumberOfItems)
Parameter | Type | Description |
---|---|---|
folderUri | String | The URI of folder. |
query | MailQuery | MailQuery that represents contact search criteria. |
maxNumberOfItems | Int32 | Maximum number of items. |
Return Value
An array of Contact
that represents contact information
See Also
- class Contact
- class MailQuery
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email