CompleteNameType Class

The CompleteNameType class represents the complete name of a contact.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.CompleteNameType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CompleteNameType
'Usage
Dim instance As CompleteNameType
[SerializableAttribute]
public class CompleteNameType

Remarks

The CompleteName property is part of the Default shape. In the initial release version of Microsoft Exchange Server 2007, the CompleteName property is returned by the GetItem operation, but not the FindItem operation. Starting with Exchange Server 2007 Service Pack 1 (SP1), the FindItem operation also returns the CompleteName property with the Default shape. This change does not affect the schema.

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.