MeetingMessageType.IsDelegated Property

Definition

The IsDelegated property gets or sets a Boolean value that indicates whether a meeting was handled by an account with delegate access.

public:
 property bool IsDelegated { bool get(); void set(bool value); };
public bool IsDelegated { get; set; }
Public Property IsDelegated As Boolean

Property Value

The IsDelegated property returns true if the meeting was handled by an account with delegate access; otherwise, the property returns false.

Applies to