EmailMeetingInfo.ProposedDuration プロパティ

定義

提案された会議の変更の予定期間を取得または設定します。

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

void ProposedDuration(IReference<TimeSpan> duration);
public System.Nullable<System.TimeSpan> ProposedDuration { get; set; }
var iReference = emailMeetingInfo.proposedDuration;
emailMeetingInfo.proposedDuration = iReference;
Public Property ProposedDuration As Nullable(Of TimeSpan)

プロパティ値

提案された会議の予定期間の変更。

Windows の要件

アプリの機能
email emailSystem

適用対象