ChatMessage.Subject Property

Definition

Gets the subject of the message.

public:
 property Platform::String ^ Subject { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subject();

void Subject(winrt::hstring value);
public string Subject { get; set; }
var string = chatMessage.subject;
chatMessage.subject = string;
Public Property Subject As String

Property Value

String

Platform::String

winrt::hstring

The subject of the message.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to