Compartir a través de


EmailAttachment.EstimatedDownloadSizeInBytes Propiedad

Definición

Obtiene o establece el tamaño de descarga estimado de los datos adjuntos.

public:
 property unsigned long long EstimatedDownloadSizeInBytes { unsigned long long get(); void set(unsigned long long value); };
uint64_t EstimatedDownloadSizeInBytes();

void EstimatedDownloadSizeInBytes(uint64_t value);
public ulong EstimatedDownloadSizeInBytes { get; set; }
var uInt64 = emailAttachment.estimatedDownloadSizeInBytes;
emailAttachment.estimatedDownloadSizeInBytes = uInt64;
Public Property EstimatedDownloadSizeInBytes As ULong

Valor de propiedad

UInt64

unsigned long long

uint64_t

Tamaño estimado de descarga de los datos adjuntos.

Requisitos de Windows

Características de aplicaciones
email emailSystem

Se aplica a