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

适用于