Partager via


ChatMessage.RecipientsDeliveryInfos Propriété

Définition

Obtient les informations de remise pour chacun des destinataires du 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)

Valeur de propriété

Informations de remise pour les destinataires du ChatMessage.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à