MeetingMessageType.IsDelegated Property
The IsDelegated property gets or sets a Boolean value that indicates whether a meeting was handled by an account with delegate access.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsDelegated As Boolean
Get
Set
'Usage
Dim instance As MeetingMessageType
Dim value As Boolean
value = instance.IsDelegated
instance.IsDelegated = value
public bool IsDelegated { get; set; }
Property Value
Type: System.Boolean
The IsDelegated property returns true if the meeting was handled by an account with delegate access; otherwise, the property returns false.
See Also