ContactItem Interface

Definition

Represents a contact in a Contacts folder.

public interface class ContactItem : Microsoft::Office::Interop::Outlook::_ContactItem, Microsoft::Office::Interop::Outlook::ItemEvents_10_Event
[System.Runtime.InteropServices.Guid("00063021-0000-0000-C000-000000000046")]
public interface ContactItem : Microsoft.Office.Interop.Outlook._ContactItem, Microsoft.Office.Interop.Outlook.ItemEvents_10_Event
Public Interface ContactItem
Implements _ContactItem, ItemEvents_10_Event
Derived
Attributes
Implements

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _ContactItem. For information about the event members of the COM object, see ItemEvents_10_Event.

A contact can represent any person with whom you have any personal or professional contact.

Use the CreateItem(OlItemType) 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.

Properties

Account

Returns or sets a String (string in C#) representing the account for the contact. Read/write.

(Inherited from _ContactItem)
Actions

Returns an Actions collection that represents all the available actions for the item. Read-only.

(Inherited from _ContactItem)
Anniversary

This object, member, or enumeration is deprecated and is not intended to be used in your code.

(Inherited from _ContactItem)
Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

(Inherited from _ContactItem)
AssistantName

Returns or sets a String (string in C#) representing the name of the person who is the assistant for the contact. Read/write.

(Inherited from _ContactItem)
AssistantTelephoneNumber

Returns or sets a String (string in C#) representing the telephone number of the person who is the assistant for the contact. Read/write.

(Inherited from _ContactItem)
Attachments

Returns an Attachments object that represents all the attachments for the specified item. Read-only.

(Inherited from _ContactItem)
AutoResolvedWinner

Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.

(Inherited from _ContactItem)
BillingInformation

Returns or sets a String (string in C#) representing the billing information associated with the Outlook item. Read/write.

(Inherited from _ContactItem)
Birthday

Returns or sets a DateTime indicating the birthday for the contact. Read/write.

(Inherited from _ContactItem)
Body

Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write.

(Inherited from _ContactItem)
Business2TelephoneNumber

Returns or sets a String (string in C#) representing the second business telephone number for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddress

Returns or sets a String (string in C#) representing the whole, unparsed business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddressCity

Returns or sets a String (string in C#) representing the city name portion of the business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddressCountry

Returns or sets a String (string in C#) representing the country/region code portion of the business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddressPostalCode

Returns or sets a String (string in C#) representing the postal code (zip code) portion of the business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddressPostOfficeBox

Returns or sets a String (string in C#) representing the post office box number portion of the business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddressState

Returns or sets a String (string in C#) representing the state code portion of the business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessAddressStreet

Returns or sets a String (string in C#) representing the street address portion of the business address for the contact. Read/write.

(Inherited from _ContactItem)
BusinessCardLayoutXml

Returns or sets a String (string in C#) that represents the XML markup for the layout of the Electronic Business Card. Read/write.

(Inherited from _ContactItem)
BusinessCardType

Returns an OlBusinessCardType constant that specifies the type of Electronic Business Card used by this contact. Read-only.

(Inherited from _ContactItem)
BusinessFaxNumber

Returns or sets a String (string in C#) representing the business fax number for the contact. Read/write.

(Inherited from _ContactItem)
BusinessHomePage

Returns or sets a String (string in C#) representing the URL of the business Web page for the contact. Read/write.

(Inherited from _ContactItem)
BusinessTelephoneNumber

Returns or sets a String (string in C#) representing the first business telephone number for the contact. Read/write.

(Inherited from _ContactItem)
CallbackTelephoneNumber

Returns or sets a String (string in C#) representing the callback telephone number for the contact. Read/write.

(Inherited from _ContactItem)
CarTelephoneNumber

Returns or sets a String (string in C#) representing the car telephone number for the contact. Read/write.

(Inherited from _ContactItem)
Categories

Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.

(Inherited from _ContactItem)
Children

Returns or sets a String (string in C#) representing the names of the children of the contact. Read/write.

(Inherited from _ContactItem)
Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

(Inherited from _ContactItem)
Companies

Returns or sets a String (string in C#) representing the names of the companies associated with the Outlook item. Read/write.

(Inherited from _ContactItem)
CompanyAndFullName

Returns a String (string in C#) representing the concatenated company name and full name for the contact. Read-only.

(Inherited from _ContactItem)
CompanyLastFirstNoSpace

Returns a String (string in C#) representing the company name for the contact followed by the concatenated last name, first name, and middle name with no space between the last and first names. Read-only.

(Inherited from _ContactItem)
CompanyLastFirstSpaceOnly

Returns a String (string in C#) representing the company name for the contact followed by the concatenated last name, first name, and middle name with spaces between the last, first, and middle names. Read-only.

(Inherited from _ContactItem)
CompanyMainTelephoneNumber

Returns or sets a String (string in C#) representing the company main telephone number for the contact. Read/write.

(Inherited from _ContactItem)
CompanyName

Returns or sets a String (string in C#) representing the company name for the contact. Read/write.

(Inherited from _ContactItem)
ComputerNetworkName

Returns or sets a String (string in C#) representing the name of the computer network for the contact. Read/write.

(Inherited from _ContactItem)
Conflicts

Return the Conflicts object that represents the items that are in conflict for any Outlook item object. Read-only.

(Inherited from _ContactItem)
ConversationID

Returns a String (string in C#) that uniquely identifies a Conversation object that the ContactItem object belongs to. Read-only.

(Inherited from _ContactItem)
ConversationIndex

Returns a String (string in C#) representing the index of the conversation thread of the Outlook item. Read-only.

(Inherited from _ContactItem)
ConversationTopic

Returns a String (string in C#) representing the topic of the conversation thread of the Outlook item. Read-only.

(Inherited from _ContactItem)
CreationTime

Returns a DateTime indicating the creation time for the Outlook item. Read-only.

(Inherited from _ContactItem)
CustomerID

Returns or sets a String (string in C#) representing the customer ID for the contact. Read/write.

(Inherited from _ContactItem)
Department

Returns or sets a String (string in C#) representing the department name for the contact. Read/write.

(Inherited from _ContactItem)
DownloadState

Returns a constant that belongs to the OlDownloadState enumeration indicating the download state of the item. Read-only.

(Inherited from _ContactItem)
Email1Address

Returns or sets a String (string in C#) representing the e-mail address of the first e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email1AddressType

Returns or sets a String (string in C#) representing the address type (such as EX or SMTP) of the first e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email1DisplayName

Returns a String (string in C#) representing the display name of the first e-mail address for the contact. Read/write.

(Inherited from _ContactItem)
Email1EntryID

Returns a String (string in C#) representing the Entry ID of the first e-mail address for the contact. Read-only.

(Inherited from _ContactItem)
Email2Address

Returns or sets a String (string in C#) representing the e-mail address of the second e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email2AddressType

Returns or sets a String (string in C#) representing the address type (such as EX or SMTP) of the second e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email2DisplayName

Returns a String (string in C#) representing the display name of the second e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email2EntryID

Returns a String (string in C#) representing the Entry ID of the second e-mail entry for the contact. Read-only.

(Inherited from _ContactItem)
Email3Address

Returns or sets a String (string in C#) representing the e-mail address of the third e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email3AddressType

Returns or sets a String (string in C#) representing the address type (such as EX or SMTP) of the third e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email3DisplayName

Returns a String (string in C#) representing the display name of the third e-mail entry for the contact. Read/write.

(Inherited from _ContactItem)
Email3EntryID

Returns a String (string in C#) representing the entry ID of the third e-mail entry for the contact. Read-only.

(Inherited from _ContactItem)
EntryID

Returns a String (string in C#) representing the unique Entry ID of the object. Read-only.

(Inherited from _ContactItem)
FileAs

Returns or sets a String (string in C#) indicating the default keyword string assigned to the contact when it is filed. Read/write.

(Inherited from _ContactItem)
FirstName

Returns or sets a String (string in C#) representing the first name for the contact. Read/write.

(Inherited from _ContactItem)
FormDescription

Returns the FormDescription object that represents the form description for the specified Outlook item. Read-only.

(Inherited from _ContactItem)
FTPSite

Returns or sets a String (string in C#) representing the FTP site entry for the contact. Read/write.

(Inherited from _ContactItem)
FullName

Returns or sets a String (string in C#) specifying the whole, unparsed full name for the contact. Read/write.

(Inherited from _ContactItem)
FullNameAndCompany

Returns a String (string in C#) representing the full name and company of the contact by concatenating the values of the FullName and CompanyName properties. Read-only.

(Inherited from _ContactItem)
Gender

Returns or sets an OlGender constant indicating the gender of the contact. Read/write.

(Inherited from _ContactItem)
GetInspector

Returns an Inspector object that represents an inspector initialized to contain the specified item. Read-only.

(Inherited from _ContactItem)
GovernmentIDNumber

Returns or sets a String (string in C#) representing the government ID number for the contact. Read/write.

(Inherited from _ContactItem)
HasPicture

Returns a Boolean (bool in C#) value that is True if a Contacts item has a picture associated with it. Read-only

(Inherited from _ContactItem)
Hobby

Returns or sets a String (string in C#) representing the hobby for the contact. Read/write.

(Inherited from _ContactItem)
Home2TelephoneNumber

Returns or sets a String (string in C#) representing the second home telephone number for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddress

Returns or sets a String (string in C#) representing the full, unparsed text of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddressCity

Returns or sets a String (string in C#) representing the city portion of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddressCountry

Returns or sets a String (string in C#) representing the country/region portion of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddressPostalCode

Returns or sets a String (string in C#) representing the postal code portion of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddressPostOfficeBox

Returns or sets a String (string in C#) the post office box number portion of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddressState

Returns or sets a String (string in C#) representing the state portion of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeAddressStreet

Returns or sets a String (string in C#) representing the street portion of the home address for the contact. Read/write.

(Inherited from _ContactItem)
HomeFaxNumber

Returns or sets a String (string in C#) representing the home fax number for the contact. Read/write.

(Inherited from _ContactItem)
HomeTelephoneNumber

Returns or sets a String (string in C#) representing the first home telephone number for the contact. Read/write.

(Inherited from _ContactItem)
IMAddress

Returns or sets a String (string in C#) that represents a contact's Microsoft Instant Messenger address. Read/write.

(Inherited from _ContactItem)
Importance

Returns or sets an OlImportance constant indicating the relative importance level for the Outlook item. Read/write.

(Inherited from _ContactItem)
Initials

Returns or sets a String (string in C#) representing the initials for the contact. Read/write.

(Inherited from _ContactItem)
InternetFreeBusyAddress

Returns or sets a String (string in C#) corresponding to the Address box on the Details tab for a contact. Read/write.

(Inherited from _ContactItem)
IsConflict

Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.

(Inherited from _ContactItem)
ISDNNumber

Returns or sets a String (string in C#) representing the ISDN number for the contact. Read/write.

(Inherited from _ContactItem)
IsMarkedAsTask

Returns a Boolean (bool in C#) value that indicates whether the ContactItem is marked as a task. Read-only.

(Inherited from _ContactItem)
ItemProperties

Returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.

(Inherited from _ContactItem)
JobTitle

Returns or sets a String (string in C#) representing the job title for the contact. Read/write.

(Inherited from _ContactItem)
Journal

Returns a Boolean (bool in C#) that indicates True if the transaction of the contact will be journalized. Read/write.

(Inherited from _ContactItem)
Language

Returns or sets a String (string in C#) that represents the language in which the contact writes messages. Read/write.

(Inherited from _ContactItem)
LastFirstAndSuffix

Returns a String (string in C#) representing the last name, first name, middle name, and suffix of the contact. Read-only.

(Inherited from _ContactItem)
LastFirstNoSpace

Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with no space between the last name and the first name. Read-only.

(Inherited from _ContactItem)
LastFirstNoSpaceAndSuffix

Returns a String (string in C#) that contains the last name, first name, and suffix of the user without a space. Read-only

(Inherited from _ContactItem)
LastFirstNoSpaceCompany

Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with no space between the last name and the first name. Read-only.

(Inherited from _ContactItem)
LastFirstSpaceOnly

Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with spaces between them. Read-only.

(Inherited from _ContactItem)
LastFirstSpaceOnlyCompany

Returns a String (string in C#) representing the concatenated last name, first name, and middle name of the contact with spaces between them. Read-only.

(Inherited from _ContactItem)
LastModificationTime

Returns a DateTime specifying the date and time that the Outlook item was last modified. Read-only.

(Inherited from _ContactItem)
LastName

Returns or sets a String (string in C#) representing the last name for the contact. Read/write.

(Inherited from _ContactItem)
LastNameAndFirstName

Returns a String (string in C#) representing the concatenated last name and first name for the contact. Read-only.

(Inherited from _ContactItem)
Links

This object, member, or enumeration is deprecated and is not intended to be used in your code.

(Inherited from _ContactItem)
MailingAddress

Returns or sets a String (string in C#) representing the full, unparsed selected mailing address for the contact. Read/write.

(Inherited from _ContactItem)
MailingAddressCity

Returns or sets a String (string in C#) representing the city name portion of the selected mailing address of the contact. Read/write.

(Inherited from _ContactItem)
MailingAddressCountry

Returns or sets a String (string in C#) representing the country/region code portion of the selected mailing address of the contact. Read/write.

(Inherited from _ContactItem)
MailingAddressPostalCode

Returns or sets a String (string in C#) representing the postal code (zip code) portion of the selected mailing address of the contact. Read/write.

(Inherited from _ContactItem)
MailingAddressPostOfficeBox

Returns or sets a String (string in C#) representing the post office box number portion of the selected mailing address of the contact. Read/write.

(Inherited from _ContactItem)
MailingAddressState

Returns or sets a String (string in C#) representing the state code portion for the selected mailing address of the contact. Read/write.

(Inherited from _ContactItem)
MailingAddressStreet

Returns or sets a String (string in C#) representing the street address portion of the selected mailing address of the contact. Read/write.

(Inherited from _ContactItem)
ManagerName

Returns or sets a String (string in C#) representing the manager name for the contact. Read/write.

(Inherited from _ContactItem)
MAPIOBJECT

This object, member, or enumeration is deprecated and is not intended to be used in your code.

(Inherited from _ContactItem)
MarkForDownload

Returns or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user. Read/write.

(Inherited from _ContactItem)
MessageClass

Returns or sets a String (string in C#) representing the message class for the Outlook item. Read/write.

(Inherited from _ContactItem)
MiddleName

Returns or sets a String (string in C#) representing the middle name for the contact. Read/write.

(Inherited from _ContactItem)
Mileage

Returns or sets a String (string in C#) representing the mileage for an item. Read/write.

(Inherited from _ContactItem)
MobileTelephoneNumber

Returns or sets a String (string in C#) representing the mobile telephone number for the contact. Read/write.

(Inherited from _ContactItem)
NetMeetingAlias

Returns or sets a String (string in C#) indicating the user's Microsoft NetMeeting ID, or alias. Read/write.

(Inherited from _ContactItem)
NetMeetingServer

Returns or sets a String (string in C#) specifying the name of the Microsoft NetMeeting server being used for an online meeting. Read/write.

(Inherited from _ContactItem)
NickName

Returns or sets a String (string in C#) representing the nickname for the contact. Read/write.

(Inherited from _ContactItem)
NoAging

Returns or sets a Boolean (bool in C#) value that is True to not age the Outlook item. Read/write.

(Inherited from _ContactItem)
OfficeLocation

Returns or sets a String (string in C#) specifying the specific office location (for example, Building 1 Room 1 or Suite 123) for the contact. Read/write.

(Inherited from _ContactItem)
OrganizationalIDNumber

Returns or sets a String (string in C#) representing the organizational ID number for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddress

Returns or sets a String (string in C#) representing the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddressCity

Returns or sets a String (string in C#) representing the city portion of the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddressCountry

Returns or sets a String (string in C#) representing the country/region portion of the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddressPostalCode

Returns or sets a String (string in C#) representing the postal code portion of the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddressPostOfficeBox

Returns or sets a String (string in C#) representing the post office box portion of the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddressState

Returns or sets a String (string in C#) representing the state portion of the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherAddressStreet

Returns or sets a String (string in C#) representing the street portion of the other address for the contact. Read/write.

(Inherited from _ContactItem)
OtherFaxNumber

Returns or sets a String (string in C#) representing the other fax number for the contact. Read/write.

(Inherited from _ContactItem)
OtherTelephoneNumber

Returns or sets a String (string in C#) representing the other telephone number for the contact. Read/write.

(Inherited from _ContactItem)
OutlookInternalVersion

Returns an Integer (int in C#) value representing the build number of the Outlook application for an Outlook item. Read-only.

(Inherited from _ContactItem)
OutlookVersion

Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.

(Inherited from _ContactItem)
PagerNumber

Returns or sets a String (string in C#) representing the pager number for the contact. Read/write.

(Inherited from _ContactItem)
Parent

Returns the parent Object of the specified object. Read-only.

(Inherited from _ContactItem)
PersonalHomePage

Returns or sets a String (string in C#) representing the URL of the personal Web page for the contact. Read/write.

(Inherited from _ContactItem)
PrimaryTelephoneNumber

Returns or sets a String (string in C#) specifying the primary telephone number for the contact. Read/write.

(Inherited from _ContactItem)
Profession

Returns or sets a String (string in C#) indicating the profession for the contact. Read/write.

(Inherited from _ContactItem)
PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent ContactItem object. Read-only.

(Inherited from _ContactItem)
RadioTelephoneNumber

Returns or sets a String (string in C#) indicating the radio telephone number for the contact. Read/write.

(Inherited from _ContactItem)
ReferredBy

Returns or sets a String (string in C#) specifying the referral name entry for the contact. Read/write.

(Inherited from _ContactItem)
ReminderOverrideDefault

Returns or sets a Boolean (bool in C#) value that is True if the reminder overrides the default reminder behavior for the item. Read/write.

(Inherited from _ContactItem)
ReminderPlaySound

Returns or sets a Boolean (bool in C#) value that is True if the reminder should play a sound when it occurs for this item. Read/write.

(Inherited from _ContactItem)
ReminderSet

Returns or sets a Boolean (bool in C#) value that is True if a reminder has been set for this item. Read/write.

(Inherited from _ContactItem)
ReminderSoundFile

Returns or sets a String (string in C#) indicating the path and file name of the sound file to play when the reminder occurs for the Outlook item. Read/write.

(Inherited from _ContactItem)
ReminderTime

Returns or sets a DateTime indicating the date and time at which the reminder should occur for the specified item. Read/write.

(Inherited from _ContactItem)
RTFBody

Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.

(Inherited from _ContactItem)
Saved

Returns a Boolean (bool in C#) value that is True if the Outlook item has not been modified since the last save. Read-only.

(Inherited from _ContactItem)
SelectedMailingAddress

Returns or sets an OlMailingAddress constant indicating the type of the mailing address for the contact. Read/write.

(Inherited from _ContactItem)
Sensitivity

Returns or sets a constant in the OlSensitivity enumeration indicating the sensitivity for the Outlook item. Read/write.

(Inherited from _ContactItem)
Session

Returns the NameSpace object for the current session. Read-only.

(Inherited from _ContactItem)
Size

Returns an Integer (int in C#) value indicating the size (in bytes) of the Outlook item. Read-only.

(Inherited from _ContactItem)
Spouse

Returns or sets a String (string in C#) indicating the spouse name entry for the contact. Read/write.

(Inherited from _ContactItem)
Subject

Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write.

(Inherited from _ContactItem)
Suffix

Returns or sets a String (string in C#) indicating the name suffix (such as Jr., III, or Ph.D.) for the specified contact. Read/write.

(Inherited from _ContactItem)
TaskCompletedDate

Returns or sets a DateTime value that represents the completion date of the task for this ContactItem. Read/write.

(Inherited from _ContactItem)
TaskDueDate

Returns or sets a DateTime value that represents the due date of the task for this ContactItem. Read/write.

(Inherited from _ContactItem)
TaskStartDate

Returns or sets a DateTime value that represents the start date of the task for this ContactItem object. Read/write.

(Inherited from _ContactItem)
TaskSubject

Returns or sets a String (string in C#) value that represents the subject of the task for the ContactItem object. Read/write.

(Inherited from _ContactItem)
TelexNumber

Returns or sets a String (string in C#) indicating the telex number for the contact. Read/write.

(Inherited from _ContactItem)
Title

Returns or sets a String (string in C#) indicating the title for the contact. Read/write.

(Inherited from _ContactItem)
ToDoTaskOrdinal

Returns or sets a DateTime value that represents the ordinal value of the task for the ContactItem. Read/write.

(Inherited from _ContactItem)
TTYTDDTelephoneNumber

Returns or sets a String (string in C#) specifying the TTY/TDD telephone number for the contact. Read/write.

(Inherited from _ContactItem)
UnRead

Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.

(Inherited from _ContactItem)
User1

Returns or sets a String (string in C#) specifying the first field on the Contacts form intended for miscellaneous use for the contact. Read/write.

(Inherited from _ContactItem)
User2

Returns or sets a String (string in C#) specifying the second field on the Contacts form intended for miscellaneous use for the contact. Read/write.

(Inherited from _ContactItem)
User3

Returns or sets a String (string in C#) specifying the third field on the Contacts form intended for miscellaneous use for the contact. Read/write.

(Inherited from _ContactItem)
User4

Returns or sets a String (string in C#) specifying the fourth field on the Contacts form intended for miscellaneous use for the contact. Read/write.

(Inherited from _ContactItem)
UserCertificate

This object, member, or enumeration is deprecated and is not intended to be used in your code.

(Inherited from _ContactItem)
UserProperties

Returns the UserProperties collection that represents all the user properties for the Outlook item. Read-only.

(Inherited from _ContactItem)
WebPage

Returns or sets a String (string in C#) indicating the URL of the Web page for the contact. Read/write.

(Inherited from _ContactItem)
YomiCompanyName

Returns or sets a String (string in C#) indicating the Japanese phonetic rendering (yomigana) of the company name for the contact. Read/write.

(Inherited from _ContactItem)
YomiFirstName

Returns or sets a String (string in C#) indicating the Japanese phonetic rendering (yomigana) of the first name for the contact. Read/write.

(Inherited from _ContactItem)
YomiLastName

Returns or sets a String (string in C#) indicating the Japanese phonetic rendering (yomigana) of the last name for the contact. Read/write.

(Inherited from _ContactItem)

Methods

AddBusinessCardLogoPicture(String)

Adds a logo picture to the current Electronic Business Card of the contact item.

(Inherited from _ContactItem)
AddPicture(String)

Adds a picture to a contact item.

(Inherited from _ContactItem)
ClearTaskFlag()

Clears the ContactItem object as a task.

(Inherited from _ContactItem)
Close(OlInspectorClose)

Closes and optionally saves changes to the Outlook item.

(Inherited from _ContactItem)
Copy()

Creates another instance of an object.

(Inherited from _ContactItem)
Delete()

Removes the item from the folder that contains the item.

(Inherited from _ContactItem)
Display(Object)

Displays a new Inspector object for the item.

(Inherited from _ContactItem)
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)
ForwardAsVcard()

Creates a MailItem and attaches the contact information in vCard format.

(Inherited from _ContactItem)
GetConversation()

Obtains a Conversation object that represents the conversation to which this item belongs.

(Inherited from _ContactItem)
MarkAsTask(OlMarkInterval)

Marks a ContactItem object as a task and assigns a task interval for the object.

(Inherited from _ContactItem)
Move(MAPIFolder)

Moves a Microsoft Outlook item to a new folder.

(Inherited from _ContactItem)
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)
RemovePicture()

Removes a picture from a Contacts item.

(Inherited from _ContactItem)
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)
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)
SaveAs(String, Object)

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)
SaveBusinessCardImage(String)

Saves an image of the business card generated from the specified ContactItem object.

(Inherited from _ContactItem)
ShowBusinessCardEditor()

Displays the electronic business card (EBC) editor dialog box for the ContactItem object.

(Inherited from _ContactItem)
ShowCategoriesDialog()

Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.

(Inherited from _ContactItem)
ShowCheckAddressDialog(OlMailingAddress)

Displays the Check Address dialog box to verify address details of the contact.

(Inherited from _ContactItem)
ShowCheckFullNameDialog()

Displays the Check Full Name dialog box to verify name details of the contact.

(Inherited from _ContactItem)
ShowCheckPhoneDialog(OlContactPhoneNumber)

Displays the Check Phone Number dialog box for a specified telephone number contained by a ContactItem object.

(Inherited from _ContactItem)

Events

AfterWrite

Occurs after Microsoft Outlook has saved the item.

(Inherited from ItemEvents_10_Event)
AttachmentAdd

Occurs when an attachment has been added to an instance of the parent object.

(Inherited from ItemEvents_10_Event)
AttachmentRead

Occurs when an attachment in an instance of the parent object has been opened for reading.

(Inherited from ItemEvents_10_Event)
AttachmentRemove

Occurs when an attachment has been removed from an instance of the parent object.

(Inherited from ItemEvents_10_Event)
BeforeAttachmentAdd

Occurs before an attachment is added to an instance of the parent object.

(Inherited from ItemEvents_10_Event)
BeforeAttachmentPreview

Occurs before an attachment associated with an instance of the parent object is previewed.

(Inherited from ItemEvents_10_Event)
BeforeAttachmentRead

Occurs before an attachment associated with an instance of the parent object is read from the file system, an attachment stream, or an Attachment object.

(Inherited from ItemEvents_10_Event)
BeforeAttachmentSave

Occurs just before an attachment is saved.

(Inherited from ItemEvents_10_Event)
BeforeAttachmentWriteToTempFile

Occurs before an attachment associated with an instance of the parent object is written to a temporary file.

(Inherited from ItemEvents_10_Event)
BeforeAutoSave

Occurs before the item is automatically saved by Outlook.

(Inherited from ItemEvents_10_Event)
BeforeCheckNames

Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an item (which is an instance of the parent object).

(Inherited from ItemEvents_10_Event)
BeforeDelete

Occurs before an item (which is an instance of the parent object) is deleted.

(Inherited from ItemEvents_10_Event)
BeforeRead

Occurs before Microsoft Outlook begins to read the properties for the item.

(Inherited from ItemEvents_10_Event)
Close

Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed.

(Inherited from ItemEvents_10_Event)
CustomAction

Occurs when a custom action of an item (which is an instance of the parent object) executes.

(Inherited from ItemEvents_10_Event)
CustomPropertyChange

Occurs when a custom property of an item (which is an instance of the parent object) is changed.

(Inherited from ItemEvents_10_Event)
Forward

Occurs when the user selects the Forward action for an item (which is an instance of the parent object).

(Inherited from ItemEvents_10_Event)
Open

Occurs when an instance of the parent object is being opened in an Inspector.

(Inherited from ItemEvents_10_Event)
PropertyChange

Occurs when an explicit built-in property of an instance of the parent object is changed.

(Inherited from ItemEvents_10_Event)
Read

Occurs when an instance of the parent object is opened for editing by the user.

(Inherited from ItemEvents_10_Event)
ReadComplete

Occurs when Outlook has completed reading the properties of the item.

(Inherited from ItemEvents_10_Event)
Reply

Occurs when the user selects the Reply action for an item (which is an instance of the parent object).

(Inherited from ItemEvents_10_Event)
ReplyAll

Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object).

(Inherited from ItemEvents_10_Event)
Send

Occurs when the user selects the Send action for an item (which is an instance of the parent object).

(Inherited from ItemEvents_10_Event)
Unload

Occurs before an Outlook item is unloaded from memory, either programmatically or by user action.

(Inherited from ItemEvents_10_Event)
Write

Occurs when an instance of the parent object is saved, either explicitly or implicitly (for example, in response to a prompt when closing the item's inspector).

(Inherited from ItemEvents_10_Event)

Applies to