SelectedMailingAddress Property

Microsoft Outlook Visual Basic

Returns or sets an OlMailingAddress constant indicating the type of the mailing address for the contact. Read/write.

OlMailingAddress can be one of these OlMailingAddress constants.
olBusiness
olHome
olNone
olOther

expression.SelectedMailingAddress

expression    Required. An expression that returns a ContactItem object.