IMsoContactCard.AddressType Property

Gets the MsoContactCardAddressType value that represents the address type for the Contact card object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property AddressType As MsoContactCardAddressType
    Get
'Usage
Dim instance As IMsoContactCard
Dim value As MsoContactCardAddressType

value = instance.AddressType
MsoContactCardAddressType AddressType { get; }

Property Value

Type: Microsoft.Office.Core.MsoContactCardAddressType

Remarks

Read-only. The MsoContactCardAddressType enumeration consists of the members in the following table.

Enumeration

Description

msoContactCardAddressTypeOutlook

Represents a unique identifier for a Microsoft Outlook address.

msoContactCardAddressTypeSMTP

Represents a unique identifier for an SMTP address.

msoContactCardAddressTypeIM

Represents a unique identifier for an IM address.

See Also

Reference

IMsoContactCard Interface

IMsoContactCard Members

Microsoft.Office.Core Namespace