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>

含まれる場所

  • LaunchEvent ( Type 属性が OnMessageReadWithCustomAttachment に設定されている場合)

属性

なし。

子要素

要素 必須 説明
MessageAttachment はい OnMessageReadWithCustomAttachment イベントでアクティブ化するようにアドインを構成します。 マニフェストでは、最大 2 つの <MessageAttachment> 要素を指定できます。

関連項目