Condividi tramite


ChatMessage.Recipients Proprietà

Definizione

Ottiene l'elenco dei destinatari del messaggio.

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)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Elenco di destinatari del messaggio.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Commenti

Le stringhe dei destinatari nell'elenco possono essere nomi di contatto, indirizzi o numeri di telefono.

Si applica a