Share via


DelegateUserType.ReceiveCopiesOfMeetingMessagesSpecified Property

The ReceiveCopiesOfMeetingMessagesSpecified property gets or sets a Boolean value that specifies whether the ReceiveCopiesOfMeetingMessages property is serialized into the SOAP message. This property is required if the ReceiveCopiesOfMeetingMessages property is specified.

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

Syntax

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

value = instance.ReceiveCopiesOfMeetingMessagesSpecified

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

Property Value

Type: System.Boolean
The ReceiveCopiesOfMeetingMessagesSpecified property returns true if the ReceiveCopiesOfMeetingMessages property was serialized in the SOAP message; otherwise, the property returns false.