MessageAttachments element (preview)
Configures your event-based add-in to activate on the OnMessageReadWithCustomAttachment
event.
Add-in type: Mail
Valid only in these VersionOverrides schemas:
- Mail 1.1
For more information, see Version overrides in the add-in only manifest.
XML
<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 (when the
Type
attribute is set toOnMessageReadWithCustomAttachment
)
None.
Element | Required | Description |
---|---|---|
MessageAttachment | Yes | Configures your add-in to activate on the OnMessageReadWithCustomAttachment event. You can specify a maximum of two <MessageAttachment> elements in your manifest. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: