CompleteNameType.Suffix Property
The Suffix property gets or sets a suffix to a contact's name.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Suffix As String
Get
Set
'Usage
Dim instance As CompleteNameType
Dim value As String
value = instance.Suffix
instance.Suffix = value
public string Suffix { get; set; }
Property Value
Type: System.String
The Suffix property returns a suffix to a contact's name.
See Also