CompleteName property
Implementation
static PropertyDefinition CompleteName =
new ComplexPropertyDefinition<complex.CompleteName>.withUriAndFlags(
XmlElementNames.CompleteName,
_ContactSchemaFieldUris.CompleteName,
[PropertyDefinitionFlags.CanFind],
ExchangeVersion.Exchange2007_SP1, () {
return new complex.CompleteName();
});