Share via


MailingAddressID Property

Topic Last Modified: 2006-06-13

Identifies which address is the mailing address of the person contact.

Applies To

IPerson Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property MailingAddressID As String
HRESULT get_MailingAddressID(BSTR* pVal);HRESULT put_MailingAddressID(BSTR Val);

Parameters

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

Remarks

This property is also available as the mailingaddressid Field.

This property identifies from which other properties the MailingAddress Property is constructed.

The values for this property are defined by the CdoMailingAddressIDValues Enum.