Share via


IMsoContactCard 接口

定义

代表联系人卡片。

public interface class IMsoContactCard : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03F0-0000-0000-C000-000000000046")]
public interface IMsoContactCard : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03F0-0000-0000-C000-000000000046")>]
type IMsoContactCard = interface
    interface _IMsoDispObj
Public Interface IMsoContactCard
Implements _IMsoDispObj
属性
实现

属性

Address

获取联系人卡片中的地址。

AddressType

获取表示 MsoContactCardAddressType 联系人卡片对象的地址类型的值。

Application

获取一个 Application 对象,该对象代表 IMsoContactCard 对象的容器应用程序。

CardType

获取一个 MsoContactCardType 值,该值表示联系人卡片的类型。

Creator

获取一个 32 位整数,该整数指示在其中创建了 IMsoContactCard 对象的应用程序。

Parent

返回调用对象。

适用于