ChatMessage.RecipientsDeliveryInfos Property

Definition

Gets the delivery info for each of the recipients of the ChatMessage.

public:
 property IVector<ChatRecipientDeliveryInfo ^> ^ RecipientsDeliveryInfos { IVector<ChatRecipientDeliveryInfo ^> ^ get(); };
IVector<ChatRecipientDeliveryInfo> RecipientsDeliveryInfos();
public IList<ChatRecipientDeliveryInfo> RecipientsDeliveryInfos { get; }
var iVector = chatMessage.recipientsDeliveryInfos;
Public ReadOnly Property RecipientsDeliveryInfos As IList(Of ChatRecipientDeliveryInfo)

Property Value

The delivery info for the recipients of the ChatMessage.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to