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> 要素を指定できます。 |
関連項目
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins