DistributionListType.ContactSourceSpecified Property

The ContactSourceSpecified property gets or sets a Boolean value that specifies whether the ContactSource property is serialized into the SOAP request. This property is required if the ContactSource property is specified.

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

Syntax

'Declaration
Public Property ContactSourceSpecified As Boolean
    Get
    Set
'Usage
Dim instance As DistributionListType
Dim value As Boolean

value = instance.ContactSourceSpecified

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

Property Value

Type: System.Boolean
The ContactSourceSpecified property returns true if the ContactSource property is serialized into the SOAP request; otherwise, the property returns false.