IEWSClient.GetContacts

GetContacts(string)

Lists contacts located in the specified folder on server

public Contact[] GetContacts(string folder)
ParameterTypeDescription
folderStringA folder to search contacts in

Return Value

An array of read Contact that represents contact information

See Also


GetContacts(string, ExchangeListContactsOptions)

Lists contacts located in the specified folder on server

public Contact[] GetContacts(string folder, ExchangeListContactsOptions options)
ParameterTypeDescription
folderStringA folder to search contacts in
optionsExchangeListContactsOptionsEnumerates the list contacts options

Return Value

An array of read Contact that represents contact information

See Also