_ContactItem.Suffix Property
Returns or sets a String (string in C#) indicating the name suffix (such as Jr., III, or Ph.D.) for the specified contact. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Suffix As String
Get
Set
'Usage
Dim instance As _ContactItem
Dim value As String
value = instance.Suffix
instance.Suffix = value
[DispIdAttribute()]
string Suffix { get; set; }
Property Value
Type: System.String
Remarks
The LastName , FirstName , MiddleName , and Suffix properties are parsed from the FullName property.