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