ItemAttachment 类

定义

表示项目附件。

public ref class ItemAttachment : Microsoft::Exchange::WebServices::Data::Attachment
public class ItemAttachment : Microsoft.Exchange.WebServices.Data.Attachment
Public Class ItemAttachment
Inherits Attachment
继承
派生

属性

ContentId

获取或设置附件的内容标识符。 ContentId 可用作标识附件的自定义方法,以便从附件所属的项正文中引用它。

(继承自 Attachment)
ContentLocation

获取或设置附件的内容位置。 ContentLocation 可用于将附件与定义附件在 Web 上的位置的 URL 相关联。

(继承自 Attachment)
ContentType

获取或设置附件的内容类型。

(继承自 Attachment)
Id

获取附件的标识符。

(继承自 Attachment)
IsInline

获取或设置一个值,该值指示这是否是内联附件。

(继承自 Attachment)
Item

获取与附件关联的项。

LastModifiedTime

获取上次更改附件的日期和时间。

(继承自 Attachment)
Name

获取或设置附件的名称。

(继承自 Attachment)
Size

获取附件的大小。

(继承自 Attachment)

方法

Load()

加载附件。 调用此方法会导致调用 Exchange Web Services (EWS) 。

(继承自 Attachment)
Load(BodyType, IEnumerable<PropertyDefinitionBase>)

加载附件。

Load(BodyType, PropertyDefinitionBase[])

加载附件。

Load(IEnumerable<PropertyDefinitionBase>)

加载附件。

Load(PropertyDefinitionBase[])

加载附件。

适用于