EmailMessage.EstimatedDownloadSizeInBytes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定電子郵件訊息下載的估計大小,以位元組為單位。
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
屬性值
電子郵件訊息下載的估計大小,以位元組為單位。
Windows 需求
應用程式功能 |
email
emailSystem
|