Partager via


ChatMessageAttachment.MimeType Propriété

Définition

Obtient ou définit le type MIME de la pièce jointe.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Type MIME de la pièce jointe.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

Remarques

Une application de conversation gère une pièce jointe en fonction du type MIME défini dans cette propriété. Les pièces jointes pour les messages sortants ont MimeType défini sur une chaîne de type pour la gestion des destinataires, telle que « image/jpeg ».

S’applique à