ChatMessage.Recipients Property

Definition

Gets the list of recipients of the message.

public:
 property IVector<Platform::String ^> ^ Recipients { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Recipients();
public IList<string> Recipients { get; }
var iVector = chatMessage.recipients;
Public ReadOnly Property Recipients As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of recipients of the message.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

The recipient strings in the list can be either contact names, addresses, or phone numbers.

Applies to