XdAttachmentType - Énumération

Spécifie le type des fichiers de formulaires joints à un message électronique.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
<GuidAttribute("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")> _
Public Enumeration XdAttachmentType
'Utilisation
Dim instance As XdAttachmentType
[GuidAttribute("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")]
public enum XdAttachmentType

Membres

Nom du membre Description
xdXml La pièce jointe est un fichier de formulaire (.xml).
xdXmlXsn La pièce jointe est un fichier de formulaire (.xml) accompagné du fichier de modèle de formulaire qui lui est associé (.xsn).
xdNone Aucun fichier n'est joint.

Remarques

La XdAttachmentType permet de spécifier la propriété AttachmentType de l'interface EmailAdapter et de la propriété AttachmentType de l'interface MailEnvelope2 .

Voir aussi

Référence

Microsoft.Office.Interop.InfoPath - Espace de noms