IEWSClient.ListContacts

ListContacts(string)

Lists contacts located in the specified folder on server

public MapiContact[] ListContacts(string folderUri)
ParameterTypeDescription
folderUriStringThe URI of folder

Return Value

An array of read MapiContact that represents contact information

See Also


ListContacts(string, IEnumerable<PropertyDescriptor>)

Lists contacts located in the specified folder on server

public MapiContact[] ListContacts(string folderUri, IEnumerable<PropertyDescriptor> mapiProperties)
ParameterTypeDescription
folderUriStringA folder to search contacts in
mapiPropertiesIEnumerable`1Required additional mapi properties

Return Value

An array of read MapiContact that represents contact information

See Also