다음을 통해 공유


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

적용 대상