CdoMailingAddressIDValues Enum
Topic Last Modified: 2006-06-11
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. |