ItemAttachment

ItemAttachment 元素表示附加到另一个 Exchange 项的 Exchange 项。

<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Item/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Message/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <CalendarItem/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Contact/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <Task/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingMessage/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingRequest/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingResponse/>
</ItemAttachment>
<ItemAttachment>
   <AttachmentId/>
   <Name/>
   <ContentType/>
   <ContentId/>
   <ContentLocation/>
   <Size/>
   <LastModifiedTime/>
   <IsInline/>
   <MeetingCancellation/>
</ItemAttachment>

ItemAttachmentType

属性和元素

下面各部分介绍了属性、子元素和父元素。

Attributes

无。

子元素

元素 说明
AttachmentId
标识附件。
Name (AttachmentType)
表示附件的名称。
ContentType
介绍多用途 Internet 邮件扩展 (MIME) 附件内容类型。
ContentId
表示附件内容的标识符。 ContentId 可以设置为任何字符串值。 应用程序可以使用 ContentId 来实现自己的标识机制。
ContentLocation
包含与附件内容位置对应的统一资源标识符 (URI) 。
Size
表示文件附件的大小(以字节为单位)。
LastModifiedTime
表示上次修改附件的日期。
IsInline
表示附件是否以内联方式显示在项内。
项目
表示通用 Exchange 项附件。
邮件
表示 Exchange 电子邮件附件。
CalendarItem
表示 Exchange 日历项目附件。
联系人
表示 Exchange 联系人项目附件。
任务
表示 Exchange 任务附件。
MeetingMessage
表示 Exchange 存储中的会议。
MeetingRequest
表示 Exchange 存储中的会议请求。
MeetingResponse
表示 Exchange 存储中的会议响应。
MeetingCancellation
表示 Exchange 存储中的会议取消。

父元素

元素 说明
附件
包含附加到 Exchange 存储中的项的项目和/或文件。

文本值

无。

说明

描述此元素的架构位于承载 Exchange Web Services 的 IIS 虚拟目录中。

元素信息

元素 示例
命名空间
https://schemas.microsoft.com/exchange/services/2006/types
架构名称
类型架构
验证文件
Types.xsd
可以为空
False

另请参阅