MessageAttachment 要素 (プレビュー)

イベントに対してアクティブ化するようにイベント ベースのアドインを 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>

含まれる場所

属性

属性 必須 説明
AttachmentExtension はい イベントが発生するメッセージに含まれる添付ファイルのファイル拡張子を OnMessageReadWithCustomAttachment 指定します。 ファイル拡張子の値は 50 文字に制限されており、ピリオドを含めてはなりません。

子要素

なし。

関連項目