_ContactItem.FullNameAndCompany Property

Returns a String (string in C#) representing the full name and company of the contact by concatenating the values of the FullName and CompanyName properties. Read-only.

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

Syntax

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

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

Property Value

Type: System.String

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace