Share via


CdoMailingAddressIDValues Enum

CdoMailingAddressIDValues Enum

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. The CdoMailingAddressIDValues enumeration defines how a person's mailing address is generated. Use the CdoMailingAddressIDValues enumeration to set the IPerson.MailingAddressID property. When set, the IPerson.MailingAddress property is generated from other mailing information in the Collaboration Data Objects (CDO) Person object. If the IPerson.MailingAddressID property is set to cdoNoAddress, the mailing address is not automatically generated, and must be set manually.

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Values

Name Value Description

cdoNoAddress

0

The mailing entries are not constructed from other entries (they should be empty), and the mailing address must be manually specified.

cdoHomeAddress

1

The mailing entries are constructed from the home address entries of the contact.

cdoBusinessAddress

2

The mailing entries are constructed from the work address entries of the contact.

cdoOtherAddress

3

The mailing entries are constructed from the other address entries of the contact.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.