FetchItemAsync

IAsyncEwsClient.FetchItemAsync method

检索带有附件的完整项目。

public Task<MapiMessage> FetchItemAsync(string uri, 
    IEnumerable<PropertyDescriptor> extendedProperties = null, 
    CancellationToken cancellationToken = default)
范围类型描述
uriString项目 URI。
extendedPropertiesIEnumerable`1要检索的指定属性。
cancellationTokenCancellationToken取消令牌。

返回值

MapiMessage对象.

例外

例外(健康)状况
AsposeArgumentException项目 URI 为 null 或为空。

也可以看看