CalendarItemType.AllowNewTimeProposal Property
The AllowNewTimeProposal property gets or sets a Boolean value that indicates whether a new meeting time can be proposed for a meeting by an attendee.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AllowNewTimeProposal As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.AllowNewTimeProposal
instance.AllowNewTimeProposal = value
public bool AllowNewTimeProposal { get; set; }
Property Value
Type: System.Boolean
The AllowNewTimeProposal property returns true if an attendee can propose a new time for the meeting; otherwise, the property returns false.
See Also