次の方法で共有


EmailMeetingInfo.ProposedStartTime プロパティ

定義

提案された会議変更の提案された開始時刻を取得または設定します。

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

void ProposedStartTime(IReference<DateTime> proposedStartTime);
public System.Nullable<System.DateTimeOffset> ProposedStartTime { get; set; }
var iReference = emailMeetingInfo.proposedStartTime;
emailMeetingInfo.proposedStartTime = iReference;
Public Property ProposedStartTime As Nullable(Of DateTimeOffset)

プロパティ値

提案された会議の開始時刻の変更。

Windows の要件

アプリの機能
email emailSystem

適用対象