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

适用于