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

適用対象