AttachedFile.AttachedFile

AttachedFile(string, Stream, ImageFormat)

Initialise une nouvelle instance duAttachedFile classe.

public AttachedFile(string path, Stream icon, ImageFormat iconFormat)
ParamètreTaperLa description
pathStringUne chaîne contenant le chemin d’accès au fichier à partir duquel créer leAttachedFile .
iconStreamUne icône pour le fichier joint.
iconFormatImageFormatUn format de l’icône du fichier joint.

Voir également


AttachedFile(string, Stream)

Initialise une nouvelle instance duAttachedFile classe.

public AttachedFile(string fileName, Stream attachedFileStream)
ParamètreTaperLa description
fileNameStringUn nom du fichier joint.
attachedFileStreamStreamUn flux qui contient les octets du fichier joint.

Voir également


AttachedFile(string, Stream, Stream, ImageFormat)

Initialise une nouvelle instance duAttachedFile classe.

public AttachedFile(string fileName, Stream attachedFileStream, Stream icon, ImageFormat iconFormat)
ParamètreTaperLa description
fileNameStringUn nom du fichier joint.
attachedFileStreamStreamUn flux qui contient les octets du fichier joint.
iconStreamUne icône pour le fichier joint.
iconFormatImageFormatUn format de l’icône du fichier joint.

Voir également


AttachedFile()

Initialise une nouvelle instance duAttachedFile classe.

public AttachedFile()

Voir également