IMsoContactCard.CardType Property

Gets an MsoContactCardType value that represents the type of a Contact card.

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

Syntax

'Declaration
ReadOnly Property CardType As MsoContactCardType
    Get
'Usage
Dim instance As IMsoContactCard
Dim value As MsoContactCardType

value = instance.CardType
MsoContactCardType CardType { get; }

Property Value

Type: Microsoft.Office.Core.MsoContactCardType

Remarks

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

Member

Description

msoContactCardTypeEnterpriseContact

Represents a contact card for an enterprise contact address.

msoContactCardTypeEnterpriseGroup

Represents a contact card for a an enterprise distribution list address.

msoContactCardTypePersonalContact

Represents a contact card for a personal contact address.

msoContactCardTypePersonalDistributionList

Represents a personal distribution list contact address.

msoContactCardTypeUnknownContact

Represents a contact card for an unknown contact address.

See Also

Reference

IMsoContactCard Interface

IMsoContactCard Members

Microsoft.Office.Core Namespace