Share via


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

適用対象