_ContactItem.Suffix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.