Compartilhar via


EmailAdapter.AttachmentType Propriedade

Definição

Obtém ou define o tipo de arquivo a ser anexado à mensagem de email enviada com um EmailAdapter objeto.

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType AttachmentType { Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType AttachmentType { get; set; }
member this.AttachmentType : Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType with get, set
Public Property AttachmentType As XdAttachmentType

Valor da propriedade

Uma XdAttachmentType enumeração que especifica o tipo de anexo.

Comentários

Use a XdAttachmentType enumeração para especificar o tipo de arquivo anexado à mensagem de email, que pode ser um arquivo de formulário (.xml), um arquivo de formulário (.xml) junto com um arquivo de modelo de formulário (.xsn) ou nenhum arquivo.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Aplica-se a