Contacts
This section provides sample topics that involve contacts. Contacts represent people and businesses you want to communicate with. The Contacts folder is your email address book and information storage for the contacts. A ContactItem object is an Outlook built-in object that represents unique contacts in a Contacts folder. The ContactItem object has over 100 properties, such as FirstName, CompanyName, and OfficeLocation, as well as custom properties if the built-in properties are not sufficient, that you can use to store information about each contact.
In this section
Topic | Description |
---|---|
Create a Contact item | Creates a contact item and sets various properties for the contact. |
Create a custom Contact item | Creates a custom contact item and sets both predefined and user-defined properties. |
Create a Contact item from a vCard file and save the item in a folder | Imports all the vCard files in a file system folder and saves the contacts into the folder specified by the targetFolder parameter. |