_ContactItem.LastFirstNoSpaceAndSuffix 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 a String (string in C#) that contains the last name, first name, and suffix of the user without a space. Read-only
public:
property System::String ^ LastFirstNoSpaceAndSuffix { System::String ^ get(); };
public string LastFirstNoSpaceAndSuffix { get; }
Public ReadOnly Property LastFirstNoSpaceAndSuffix As String
Property Value
Remarks
This property is used only when the FirstName, LastName, and Suffix properties (the fields that define this property) contain Asian (DBCS) characters. Note that any such changes or entries to the FirstName, LastName, or Suffix properties will be overwritten by any subsequent changes or entries to FullName.