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 (属性が TypeOnMessageReadWithCustomAttachment設定されている場合)

属性

なし。

子要素

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

関連項目