ContactItem Methods

Include Protected Members
Include Inherited Members

The ContactItem type exposes the following members.

Methods

  Name Description
Public method AddBusinessCardLogoPicture Adds a logo picture to the current Electronic Business Card of the contact item. (Inherited from _ContactItem.)
Public method AddPicture Adds a picture to a contact item. (Inherited from _ContactItem.)
Public method ClearTaskFlag Clears the ContactItem object as a task. (Inherited from _ContactItem.)
Public method Close Closes and optionally saves changes to the Outlook item. (Inherited from _ContactItem.)
Public method Copy Creates another instance of an object. (Inherited from _ContactItem.)
Public method Delete Removes the item from the folder that contains the item. (Inherited from _ContactItem.)
Public method Display Displays a new Inspector object for the item. (Inherited from _ContactItem.)
Public method ForwardAsBusinessCard Creates a new MailItem object containing contact information and, optionally, an Electronic Business Card (EBC) image based on the specified ContactItem object. (Inherited from _ContactItem.)
Public method ForwardAsVcard Creates a MailItem and attaches the contact information in vCard format. (Inherited from _ContactItem.)
Public method GetConversation Obtains a Conversation object that represents the conversation to which this item belongs. (Inherited from _ContactItem.)
Public method MarkAsTask Marks a ContactItem object as a task and assigns a task interval for the object. (Inherited from _ContactItem.)
Public method Move Moves a Microsoft Outlook item to a new folder. (Inherited from _ContactItem.)
Public method PrintOut Prints the Outlook item using all default settings. The PrintOut method is the only Outlook method that can be used for printing. (Inherited from _ContactItem.)
Public method RemovePicture Removes a picture from a Contacts item. (Inherited from _ContactItem.)
Public method ResetBusinessCard Resets the Electronic Business Card on the contact item to the default business card, deleting any custom layout and logo on the Electronic Business Card. (Inherited from _ContactItem.)
Public method Save Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type. (Inherited from _ContactItem.)
Public method SaveAs Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used. (Inherited from _ContactItem.)
Public method SaveBusinessCardImage Saves an image of the business card generated from the specified ContactItem object. (Inherited from _ContactItem.)
Public method ShowBusinessCardEditor Displays the electronic business card (EBC) editor dialog box for the ContactItem object. (Inherited from _ContactItem.)
Public method ShowCategoriesDialog Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item. (Inherited from _ContactItem.)
Public method ShowCheckPhoneDialog Displays the Check Phone Number dialog box for a specified telephone number contained by a ContactItem object. (Inherited from _ContactItem.)

Top

See Also

Reference

ContactItem Interface

Microsoft.Office.Interop.Outlook Namespace