次の方法で共有


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

適用対象