ItemAttachment<TItem> 类

定义

表示强类型项附件。

generic <typename TItem>
 where TItem : Itempublic ref class ItemAttachment sealed : Microsoft::Exchange::WebServices::Data::ItemAttachment
public sealed class ItemAttachment<TItem> : Microsoft.Exchange.WebServices.Data.ItemAttachment where TItem : Item
Public NotInheritable Class ItemAttachment(Of TItem)
Inherits ItemAttachment

类型参数

TItem

项类型。

继承

属性

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>)

加载附件。

(继承自 ItemAttachment)
Load(BodyType, PropertyDefinitionBase[])

加载附件。

(继承自 ItemAttachment)
Load(IEnumerable<PropertyDefinitionBase>)

加载附件。

(继承自 ItemAttachment)
Load(PropertyDefinitionBase[])

加载附件。

(继承自 ItemAttachment)

适用于