EmailMeetingInfo.ProposedDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the proposed duration for the proposed meeting change.
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)
Property Value
The proposed duration for the proposed meeting change.
Windows requirements
App capabilities |
email
emailSystem
|