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
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As CompleteNameType
value = instance.CompleteName
instance.CompleteName = value
public CompleteNameType CompleteName { get; set; }
Property Value
Type: ExchangeWebServices.CompleteNameType
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.
See Also