Share via


HomePostalAddress Property

Topic Last Modified: 2006-06-13

Contains the home postal address street number of the person contact. This property is read-only.

Applies To

IPerson Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property HomePostalAddress As String
HRESULT get_HomePostalAddress(BSTR* pVal);

Parameters

  • pVal
    Returns the value of the HomePostalAddress property as a reference to a BSTR.

Remarks

This property is also available as the homepostaladdress Field in the schema.

This property is constructed from the other home properties. The Collaboration Data Objects (CDO) HomePostalAddress is constructed from the homeStreet Field, homeCity Field, homeState Field, and homePostalCode Field.

The HomePostalAddress in Directory Service (DS) can be read using Microsoft® ActiveX® Data Objects (ADO).