Share via


EmailMeetingInfo.ProposedDuration Property

Definition

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

Applies to