Share via


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
<XmlAttributeAttribute> _
Public Property FinalName As String
[XmlAttributeAttribute] 
public string FinalName { get; set; }
[XmlAttributeAttribute] 
public:
property String^ FinalName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_FinalName ()

/** @property */
public void set_FinalName (String value)
public function get FinalName () : String

public function set FinalName (value : String)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)