_ContactItem.User4 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::String ^ User4 { System::String ^ get(); void set(System::String ^ value); };
public string User4 { get; set; }
Public Property User4 As String
Property Value
Remarks
The properties User1, User2, User3, and ContactItem.User4 map to the fields User Field 1, User Field 2, User Field 3, and User Field 4 on the Contacts form respectively. These properties are explicit built-in String (string in C#) properties; users can use these fields for miscellaneous purposes for the contact.