EmailAdapter.AttachmentType Propriété

Définition

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.

S’applique à