ContactItemType.Birthday Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Birthday property gets or sets an instance of the DateTime structure that represents the birthday of the contact.
public:
property DateTime Birthday { DateTime get(); void set(DateTime value); };
public DateTime Birthday { get; set; }
Public Property Birthday As DateTime
Property Value
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.