XdAttachmentType Énumération
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.
Spécifie le type des fichiers de formulaires joints à un message électronique.
public enum class XdAttachmentType
[System.Runtime.InteropServices.Guid("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")]
public enum XdAttachmentType
type XdAttachmentType =
Public Enum XdAttachmentType
- Héritage
-
XdAttachmentType
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
xdXml | 0 | La pièce jointe est un fichier de formulaire (.xml). |
xdXmlXsn | 1 | La pièce jointe est un fichier de formulaire (.xml) accompagné du fichier de modèle de formulaire qui lui est associé (.xsn). |
xdNone | 2 | Aucun fichier n'est joint. |
Remarques
Utilisez XdAttachmentType pour spécifier la AttachmentType propriété de l’interface EmailAdapter et la AttachmentType propriété de l’interface MailEnvelope2 .