_ContactItem.CompanyAndFullName Property
Returns a String (string in C#) representing the concatenated company name and full name for the contact. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property CompanyAndFullName As String
Get
'Usage
Dim instance As _ContactItem
Dim value As String
value = instance.CompanyAndFullName
string CompanyAndFullName { get; }
Property Value
Type: System.String