_ContactItem.LastFirstNoSpaceAndSuffix Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property LastFirstNoSpaceAndSuffix As String
    Get
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.LastFirstNoSpaceAndSuffix
[DispIdAttribute()]
string LastFirstNoSpaceAndSuffix { get; }

Property Value

Type: System.String

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.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace