IContact::get_HomeAddressPostalCode
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
The HomeAddressPostalCode property gets or sets the home ZIP or postal code for the contact.
To get the value of the HomeAddressPostalCode property, call the property method described here.
To set the value of the HomeAddressPostalCode property, see the IContact::put_HomeAddressPostalCode property method.
HRESULT get_HomeAddressPostalCode( BSTR * ppwsz );
- ppwsz
-
[out] Reference to the home ZIP or postal code. For information on the BSTR type, see BSTR.