ChatRecipientDeliveryInfo.DeliveryTime 属性

定义

获取或设置邮件发送给收件人的时间。

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)

属性值

邮件发送给收件人的时间。

Windows 要求

应用功能
chat chatSystem smsSend

适用于