Elemento MessageAttachment (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

Atributos

Atributo Obrigatório Descrição
AttachmentExtension Sim Especifica a extensão do arquivo do anexo incluído na mensagem em que o OnMessageReadWithCustomAttachment evento ocorre. O valor da extensão do arquivo é limitado a 50 caracteres e não deve incluir um ponto final.

Elementos filho

Nenhum.

Confira também