次の方法で共有


_NameSpace.CreateContactCard(AddressEntry) メソッド

定義

パラメーターで指定された連絡先のオブジェクトの ContactCard インスタンスを AddressEntry 作成します。

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 オブジェクトを返します。

注釈

ContactCard オブジェクトは、Microsoft Office のタイプ ライブラリであります。 Microsoft Outlookでアドレス帳カードを作成する CreateContactCard を呼び出す前に Outlook が Outlook のセッションにログオンしなければなりません。

パラメーターはAddressEntry、列挙体で定義OlAddressEntryUserTypeされている次のいずれかの AddressEntry 型を表す AddressEntry オブジェクトです。

次のいずれかの OlAddressEntryUserType 値を引数として CreateContactCard メソッドに渡すと、E_INVALIDARG エラーが発生します。

適用対象