ChatRecipientDeliveryInfo.ReadTime 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 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
|