_ContactItem.SelectedMailingAddress Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property SelectedMailingAddress As OlMailingAddress
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As OlMailingAddress

value = instance.SelectedMailingAddress

instance.SelectedMailingAddress = value
[DispIdAttribute()]
OlMailingAddress SelectedMailingAddress { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlMailingAddress

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace