EwsFetchItems
EwsFetchItems class
代表FetchItemsAsync参数.
public class EwsFetchItems
方法
| 姓名 | 描述 |
|---|---|
| static Create() | 创建FetchItemsAsync方法的参数集. |
| AddExtendedProperties(IEnumerable<PropertyDescriptor>) | 添加扩展属性以检索。 |
| AddExtendedProperty(PropertyDescriptor) | 添加扩展属性以检索。 |
| AddUri(string) | 添加要获取的消息 URI。 |
| AddUris(IEnumerable<string>) | 添加要获取的消息 URI。 |
| SetCancellationToken(CancellationToken) | 设置取消令牌。 |
| SkipAttachments() | 不获取附件内容。 |
| WithAttachments(bool) | 获取所有附件。 |