_ContactItem.Suffix Property

Definition

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.

public:
 property System::String ^ Suffix { System::String ^ get(); void set(System::String ^ value); };
public string Suffix { get; set; }
Public Property Suffix As String

Property Value

Remarks

The LastName , FirstName , MiddleName , and Suffix properties are parsed from the FullName property.

Applies to