ExchangeClient.GetContacts

ExchangeClient.GetContacts method

Lists contacts located in the specified folder on server

public Contact[] GetContacts(string folderUri)
ParameterTypeDescription
folderUriStringThe URI of folder

Return Value

An array of read Contact that represents contact information

See Also