ContactItem object (Outlook)
Represents a contact in a Contacts folder.
Remarks
A contact can represent any person with whom you have any personal or professional contact.
Use the CreateItem method to create a ContactItem object that represents a new contact.
Use Items (index), where index is the index number of a contact or a value used to match the default property of a contact, to return a single ContactItem object from a Contacts folder.
Example
The following Visual Basic for Applications (VBA) example returns a new contact.
Set myItem = Application.CreateItem(olContactItem)
Events
Methods
Properties
See also
Outlook Object Model Reference ContactItem Object Members
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.