MeetingMessageType.IsDelegated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.