ContactItemType.WeddingAnniversarySpecified Property

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

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

Syntax

'Declaration
Public Property WeddingAnniversarySpecified As Boolean
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As Boolean

value = instance.WeddingAnniversarySpecified

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

Property Value

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