DelegateUserType.ReceiveCopiesOfMeetingMessages 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 ReceiveCopiesOfMeetingMessages property gets or sets a Boolean value that indicates whether the delegate receives copies of meeting-related messages that are addressed to the principal.
public:
property bool ReceiveCopiesOfMeetingMessages { bool get(); void set(bool value); };
public bool ReceiveCopiesOfMeetingMessages { get; set; }
Public Property ReceiveCopiesOfMeetingMessages As Boolean
Property Value
The ReceiveCopiesOfMeetingMessages property returns true if the delegate receives meeting-related messages that are addressed to the principal; otherwise, the property returns false.