ChatRecipientDeliveryInfo.DeliveryTime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’heure à laquelle le message a été envoyé au destinataire.
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)
Valeur de propriété
Heure à laquelle le message a été envoyé au destinataire.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|