SelectedMailingAddress Property

See Also                  Applies To

Returns or sets the type of the mailing address for the contact. Can be one of the following OlMailingAddress constants: olBusiness(2), olHome(1), olNone(0), or olOther(3).

Read/write Long.

Syntax

objContactItem.SelectedMailingAddress

objContactItem    Required. An expression that returns a ContactItem object.