EmailAdapter.AttachmentType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le type de fichier à joindre au message électronique envoyé avec un EmailAdapter objet .
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
Valeur de propriété
Énumération XdAttachmentType qui spécifie le type de pièce jointe.
Remarques
Utilisez l’énumération XdAttachmentType pour spécifier le type de fichier joint au message électronique, qui peut être un fichier de formulaire (.xml), un fichier de formulaire (.xml) ainsi qu’un fichier de modèle de formulaire (.xsn) ou aucun fichier.
Seuls les formulaires qui s’exécutent dans le même domaine que le formulaire actuellement ouvert ou les formulaires disposant d’autorisations inter-domaines peuvent accéder à ce membre.