Share via


ChatMessage.RecipientSendStatuses Property

Definition

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

Applies to