XdAttachmentType Énumération

Définition

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

xdNone 2

Aucun fichier n'est joint.

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).

Remarques

Utilisez XdAttachmentType pour spécifier la AttachmentType propriété de l’interface EmailAdapter et la AttachmentType propriété de l’interface MailEnvelope2 .

S’applique à