EmailAttachment.DownloadState Propriété
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.
Obtient ou définit l’état de téléchargement de la pièce jointe de l’e-mail.
public:
property EmailAttachmentDownloadState DownloadState { EmailAttachmentDownloadState get(); void set(EmailAttachmentDownloadState value); };
EmailAttachmentDownloadState DownloadState();
void DownloadState(EmailAttachmentDownloadState value);
public EmailAttachmentDownloadState DownloadState { get; set; }
var emailAttachmentDownloadState = emailAttachment.downloadState;
emailAttachment.downloadState = emailAttachmentDownloadState;
Public Property DownloadState As EmailAttachmentDownloadState
Valeur de propriété
État de téléchargement de la pièce jointe de l’e-mail.
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|