ContactsViewType.FinalName Property
The FinalName property sets the last name in a contacts list to return in a FindItem response. This property is optional.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FinalName As String
Get
Set
'Usage
Dim instance As ContactsViewType
Dim value As String
value = instance.FinalName
instance.FinalName = value
public string FinalName { get; set; }
Property Value
Type: System.String
The FinalName property returns the name of the final contact to return.
Remarks
If the FinalName property is not set, the response will contain all subsequent contacts in the specified sort order. If the specified final name is not in the contacts list, the next alphabetical name as defined by the cultural context will be excluded.
See Also