ContactItemType.CompleteName Property

Definition

The CompleteName property gets or sets an instance of the CompleteNameType class that representsthe complete name of a contact.

public:
 property ExchangeWebServices::CompleteNameType ^ CompleteName { ExchangeWebServices::CompleteNameType ^ get(); void set(ExchangeWebServices::CompleteNameType ^ value); };
public ExchangeWebServices.CompleteNameType CompleteName { get; set; }
Public Property CompleteName As 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.

Applies to