다음을 통해 공유


EmailAttachment.ContentId 속성

정의

원격 시스템에서 첨부 파일의 내용을 식별하는 값을 가져오거나 설정합니다.

public:
 property Platform::String ^ ContentId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentId();

void ContentId(winrt::hstring value);
public string ContentId { get; set; }
var string = emailAttachment.contentId;
emailAttachment.contentId = string;
Public Property ContentId As String

속성 값

String

Platform::String

winrt::hstring

첨부 파일의 내용을 식별하는 값입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상