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

適用於