ListContactsAsync

IAsyncEwsClient.ListContactsAsync method

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

public Task<IEnumerable<MapiContact>> ListContactsAsync(string folderUri, 
    IEnumerable<PropertyDescriptor> mapiProperties = null, 
    CancellationToken cancellationToken = default)
范围类型描述
folderUriString用于搜索联系人的文件夹。
mapiPropertiesIEnumerable`1必需的其他 mapi 属性。
cancellationTokenCancellationToken取消令牌。

返回值

读取数组MapiContact代表联系信息。

也可以看看