MessageAttachments 元素 (预览)

将基于事件的外接程序配置为在事件上 OnMessageReadWithCustomAttachment 激活。

外接程序类型: 邮件

仅在以下 VersionOverrides 架构中有效

  • 邮件 1.1

有关详细信息,请参阅 仅外接程序清单中的版本替代

语法

<ExtensionPoint xsi:type="LaunchEvent">
  <LaunchEvents>
    <LaunchEvent Type="OnMessageReadWithCustomAttachment" FunctionName="onMessageReadWithCustomAttachmentHandler">
      <MessageAttachments>
        <MessageAttachment AttachmentExtension="xml"/>
        <MessageAttachment AttachmentExtension="json"/>
      </MessageAttachments>
    </LaunchEvent>
  </LaunchEvents>
  <!-- Identifies the runtime to be used (also referenced by the Runtime element). -->
  <SourceLocation resid="WebViewRuntime.Url"/>
</ExtensionPoint>

包含于

  • 当属性设置为 OnMessageReadWithCustomAttachment) 时,TypeLaunchEvent (

Attributes

无。

子元素

元素 必需 说明
MessageAttachment 将加载项配置为在事件上 OnMessageReadWithCustomAttachment 激活。 最多可以在清单中指定两 <个 MessageAttachment> 元素。

另请参阅