IWABObject::VCardCreateIWABObject::VCardCreate*
*Contents  *Index  *Topic Contents
*Previous Topic: IWABObject::SetMe
*Next Topic: IWABObject::VCardDisplay

IWABObject::VCardCreate

HRESULT VCardCreate(
    lpAdrBook,
    lpFileName,
    lpMailUser
);

Translates the properties of an IMailUser object into a business card (vCard) file. (The vCard file format is an Internet standard for exchanging contact information through text based files).

The complete file name must be specified. If the file already exists, it will be overwritten.

Warning! This API is in development at this time, and is subject to change.

lpAdrBook
Address of an IAddrBook object.
lpFileName
Address of a string containing the complete path of the file to create.
lpMailUser
Address of a IMailUser object whose properties will be written into the file.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.