_NameSpace.CreateContactCard(AddressEntry) 方法

定义

为 由 AddressEntry 参数指定的联系人创建 对象的实例ContactCard

public:
 Microsoft::Office::Core::ContactCard ^ CreateContactCard(Microsoft::Office::Interop::Outlook::AddressEntry ^ AddressEntry);
public Microsoft.Office.Core.ContactCard CreateContactCard (Microsoft.Office.Interop.Outlook.AddressEntry AddressEntry);

参数

AddressEntry
AddressEntry

表示 AddressEntry 要为其创建联系人卡片的用户的 对象。

返回

返回为指定用户创建的 ContactCard 对象。

注解

Microsoft Office 类型库中提供了 ContactCard 对象。 在调用之前 CreateContactCard 在Microsoft Outlook中创建联系人卡片,Outlook 必须登录到 Outlook 会话中。

参数 AddressEntry 是一个 AddressEntry 对象,表示枚举中 OlAddressEntryUserType 定义的以下 AddressEntry 类型之一:

将以下任一 OlAddressEntryUserType 值作为参数传递给 CreateContactCard 方法时,Outlook 将引发E_INVALIDARG错误:

适用于