ChatMessage.RecipientsDeliveryInfos 属性

定义

获取 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)

属性值

ChatMessage 收件人的传递信息。

Windows 要求

应用功能
chat chatSystem smsSend

适用于