ContactItemType.WeddingAnniversary Property
The WeddingAnniversary property gets or sets an instance of the DateTime structure that contains the wedding anniversary date of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property WeddingAnniversary As DateTime
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As DateTime
value = instance.WeddingAnniversary
instance.WeddingAnniversary = value
public DateTime WeddingAnniversary { get; set; }
Property Value
Type: System.DateTime
The WeddingAnniversary property returns an instance of the DateTime structure that contains the wedding anniversary date of a contact.
See Also