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
public DateTime Birthday { get; set; }
public:
property DateTime Birthday {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_Birthday ()

/** @property */
public void set_Birthday (DateTime value)
public function get Birthday () : DateTime

public function set Birthday (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)