다음을 통해 공유


EmailAttachment.EstimatedDownloadSizeInBytes 속성

정의

첨부 파일의 예상 다운로드 크기를 가져오거나 설정합니다.

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

속성 값

UInt64

unsigned long long

uint64_t

첨부 파일의 예상 다운로드 크기입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상