ContactItemType.Birthday Property
The Birthday property gets or sets an instance of the DateTime structure that represents the birthday of the contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Birthday As DateTime
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As DateTime
value = instance.Birthday
instance.Birthday = value
public DateTime Birthday { get; set; }
Property Value
Type: System.DateTime
The Birthday property returns a DateTime structure that represents the birthday of the contact.
Remarks
If this property is set, the BirthdaySpecified property must be set to true so that this property is added to the Web service request.
See Also