Elemento MessageAttachments (versão prévia)

Configura seu suplemento baseado em evento para ativar no OnMessageReadWithCustomAttachment evento.

Tipo de suplemento: Email

Válido somente nestes esquemas VersionOverrides:

  • Email 1.1

Para obter mais informações, consulte Substituições de versão no manifesto somente 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 é definido como OnMessageReadWithCustomAttachment)

Atributos

Nenhum

Elementos filho

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

Confira também