다음을 통해 공유


EmailAttachment.MimeType 속성

정의

첨부 파일의 MIME 형식을 가져오거나 설정합니다.

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

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

속성 값

String

Platform::String

winrt::hstring

첨부 파일의 MIME 형식입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상