다음을 통해 공유


EmailAttachment.ContentLocation 속성

정의

전자 메일 첨부 파일의 위치를 URI(Uniform Resource Identifier)로 가져오거나 설정합니다.

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

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

속성 값

String

Platform::String

winrt::hstring

URI(Uniform Resource Identifier)로 전자 메일 첨부 파일의 위치입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상