ContactItemType.CompleteName Property
The CompleteName property gets or sets an instance of the CompleteNameType class that representsthe complete name of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property CompleteName As CompleteNameType
public CompleteNameType CompleteName { get; set; }
public:
property CompleteNameType^ CompleteName {
CompleteNameType^ get ();
void set (CompleteNameType^ value);
}
/** @property */
public CompleteNameType get_CompleteName ()
/** @property */
public void set_CompleteName (CompleteNameType value)
public function get CompleteName () : CompleteNameType
public function set CompleteName (value : CompleteNameType)
Property Value
The CompleteName property returns an instance of the CompleteNameType class that represents the complete name of a contact.
Remarks
The CompleteName property is part of the Default shape. It is returned by using the GetItem Operation but not the FindItem Operation in the original release of Microsoft Exchange Server 2007. 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.
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)
See Also
Reference
ContactItemType Class
ContactItemType Members
ExchangeWebServices Namespace