ListContacts

ListContacts(string)

列出服务器上指定文件夹中的联系人

public MapiContact[] ListContacts(string folderUri)
范围类型描述
folderUriString文件夹的 URI

返回值

读取数组MapiContact代表联系信息

也可以看看


ListContacts(string, IEnumerable<PropertyDescriptor>)

列出服务器上指定文件夹中的联系人

public MapiContact[] ListContacts(string folderUri, IEnumerable<PropertyDescriptor> mapiProperties)
范围类型描述
folderUriString用于搜索联系人的文件夹
mapiPropertiesIEnumerable`1所需的其他 mapi 属性

返回值

读取数组MapiContact代表联系信息

也可以看看