共用方式為


EmailMessage.EstimatedDownloadSizeInBytes 屬性

定義

取得或設定電子郵件訊息下載的估計大小,以位元組為單位。

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

屬性值

UInt32

unsigned int

uint32_t

電子郵件訊息下載的估計大小,以位元組為單位。

Windows 需求

應用程式功能
email emailSystem

適用於