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

適用於