다음을 통해 공유


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

적용 대상