ChatMessageAttachment.MimeType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置附件的 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 = chatMessageAttachment.mimeType;
chatMessageAttachment.mimeType = string;
Public Property MimeType As String
属性值
附件的 MIME 类型。
Windows 要求
应用功能 |
chat
chatSystem
smsSend
|
注解
聊天应用程序根据此属性中设置的 MIME 类型处理附件。 传出邮件的附件将 MimeType 设置为收件人处理的类型字符串,例如“image/jpeg”。