Share via


WorkPostalCode Property

Topic Last Modified: 2006-06-13

Contains the work postal code (zip code for US addresses) of the person contact.

Applies To

IPerson Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property WorkPostalCode As String
HRESULT get_WorkPostalCode(BSTR* pVal);HRESULT put_WorkPostalCode(BSTR Val);

Parameters

  • pVal
    Returns the value of the WorkPostalCode property as a reference to a BSTR.
  • Val
    Sets the value of the WorkPostalCode property to the value of the BSTR.

Remarks

This property is also available as the postalcode Field.