次の方法で共有


IMsoContactCard.CardType プロパティ

定義

連絡先カードの MsoContactCardType 種類を表す値を取得します。

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

プロパティ値

注釈

読み取り専用です。 列挙体は MsoContactCardType 、次の表のメンバーで構成されます。

msoContactCardTypeEnterpriseContact 企業の連絡先アドレスの連絡先カードを表します。
msoContactCardTypeEnterpriseGroup エンタープライズ配布リスト アドレスの連絡先カードを表します。
msoContactCardTypePersonalContact 個人の連絡先アドレスの連絡先カードを表します。
msoContactCardTypePersonalDistributionList 個人配布リストの連絡先アドレスを表します。
msoContactCardTypeUnknownContact 不明な連絡先アドレスの連絡先カードを表します。

適用対象