_ContactItem.FullName Property

Returns or sets a String (string in C#) specifying the whole, unparsed full name for the contact. Read/write.

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

Syntax

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

value = instance.FullName

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

Property Value

Type: System.String

Remarks

This property is parsed into the FirstName , MiddleName , LastName, and Suffix properties, which may be changed or typed independently if they are parsed incorrectly. Any changes or entries to the FirstName, LastName, MiddleName, 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