ChatRecipientDeliveryInfo.DeliveryTime Property

Definition

Gets or sets the time the message was sent to the recipient.

public:
 property IReference<DateTime> ^ DeliveryTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> DeliveryTime();

void DeliveryTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> DeliveryTime { get; set; }
var iReference = chatRecipientDeliveryInfo.deliveryTime;
chatRecipientDeliveryInfo.deliveryTime = iReference;
Public Property DeliveryTime As Nullable(Of DateTimeOffset)

Property Value

The time the message was sent to the recipient.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to