ChatMessage.RecipientSendStatuses 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 send statuses for the message.
public:
property IMapView<Platform::String ^, ChatMessageStatus> ^ RecipientSendStatuses { IMapView<Platform::String ^, ChatMessageStatus> ^ get(); };
IMapView<winrt::hstring, ChatMessageStatus> RecipientSendStatuses();
public IReadOnlyDictionary<string,ChatMessageStatus> RecipientSendStatuses { get; }
var iMapView = chatMessage.recipientSendStatuses;
Public ReadOnly Property RecipientSendStatuses As IReadOnlyDictionary(Of String, ChatMessageStatus)
Property Value
The recipient send statuses.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|