_ContactItem.LastFirstSpaceOnlyCompany Property
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.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property LastFirstSpaceOnlyCompany As String
Get
'Usage
Dim instance As _ContactItem
Dim value As String
value = instance.LastFirstSpaceOnlyCompany
[DispIdAttribute()]
string LastFirstSpaceOnlyCompany { get; }
Property Value
Type: System.String
Remarks
The company name for the contact is included after the middle name. This property is parsed from the CompanyName, LastName, FirstName, and MiddleName properties. The LastName, FirstName, and MiddleName properties are themselves parsed from the FullName property. The value of this property is only filled when its associated property (FirstName, LastName, MiddleName, CompanyName, and Suffix) contain Asian (DBCS) characters. If the corresponding field does not contain Asian characters, the property will be empty.