MeetingRequestMessageType.AllowNewTimeProposal Property
The AllowNewTimeProposal property gets or sets a Boolean value that indicates whether a new time can be proposed for a meeting.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AllowNewTimeProposal As Boolean
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
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 a new time can be proposed for a meeting; otherwise, the property returns false.
See Also