Condividi tramite


EmailMessage.EstimatedDownloadSizeInBytes Proprietà

Definizione

Ottiene o imposta le dimensioni stimate, in byte, di un download di un messaggio di posta elettronica.

public:
 property unsigned int EstimatedDownloadSizeInBytes { unsigned int get(); void set(unsigned int value); };
uint32_t EstimatedDownloadSizeInBytes();

void EstimatedDownloadSizeInBytes(uint32_t value);
public uint EstimatedDownloadSizeInBytes { get; set; }
var uInt32 = emailMessage.estimatedDownloadSizeInBytes;
emailMessage.estimatedDownloadSizeInBytes = uInt32;
Public Property EstimatedDownloadSizeInBytes As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Dimensioni stimate, in byte, di un download di un messaggio di posta elettronica.

Requisiti Windows

Funzionalità dell'app
email emailSystem

Si applica a