Elemento MessageAttachments (pré-visualização)

Configura o suplemento baseado em eventos para ativar no OnMessageReadWithCustomAttachment evento.

Tipo de suplemento: Email

Válido apenas nestes esquemas VersionOverrides:

  • Email 1.1

Para obter mais informações, veja Substituições de versões no manifesto apenas do suplemento.

Sintaxe

<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>

Contido em

  • LaunchEvent (quando o Type atributo está definido como OnMessageReadWithCustomAttachment)

Atributos

Nenhum

Elementos filho

Elemento Obrigatório Descrição
MessageAttachment Sim Configura o suplemento para ativar no OnMessageReadWithCustomAttachment evento. Pode especificar um máximo de dois <elementos MessageAttachment> no seu manifesto.

Confira também