IMsoContactCard.CardType Property

Definition

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

public:
 property Microsoft::Office::Core::MsoContactCardType CardType { Microsoft::Office::Core::MsoContactCardType get(); };
public Microsoft.Office.Core.MsoContactCardType CardType { get; }
member this.CardType : Microsoft.Office.Core.MsoContactCardType
Public ReadOnly Property CardType As MsoContactCardType

Property Value

Remarks

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

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.

Applies to