ChatMessage.RecipientsDeliveryInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the delivery info for each of the recipients of the 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)
Property Value
The delivery info for the recipients of the ChatMessage.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|