ChatMessage.Recipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.