CalendarItemType.IsResponseRequested Property
The IsResponseRequested property gets or sets a Boolean value that indicates whether a response to an item is requested.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsResponseRequested As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.IsResponseRequested
instance.IsResponseRequested = value
public bool IsResponseRequested { get; set; }
Property Value
Type: System.Boolean
The IsResponseRequested property returns true if a response to the item is requested; otherwise, the property returns false.
See Also