ChatRecipientDeliveryInfo.ReadTime Property

Definition

Gets or sets the time the recipient read the message.

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

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

Property Value

The time the recipient read the message.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to