DelegateUserType.ReceiveCopiesOfMeetingMessages Property

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.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ReceiveCopiesOfMeetingMessages As Boolean
    Get
    Set
'Usage
Dim instance As DelegateUserType
Dim value As Boolean

value = instance.ReceiveCopiesOfMeetingMessages

instance.ReceiveCopiesOfMeetingMessages = value
public bool ReceiveCopiesOfMeetingMessages { get; set; }

Property Value

Type: System.Boolean
The ReceiveCopiesOfMeetingMessages property returns true if the delegate receives meeting-related messages that are addressed to the principal; otherwise, the property returns false.