다음을 통해 공유


ChatMessageAttachment.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 = chatMessageAttachment.mimeType;
chatMessageAttachment.mimeType = string;
Public Property MimeType As String

속성 값

String

Platform::String

winrt::hstring

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

Windows 요구 사항

앱 기능
chat chatSystem smsSend

설명

채팅 애플리케이션은 이 속성에 설정된 MIME 유형에 따라 첨부 파일을 처리합니다. 보내는 메시지에 대한 첨부 파일에는 MimeType이 받는 사람 처리를 위한 형식 문자열(예: "image/jpeg")으로 설정됩니다.

적용 대상