Notes property

PropertyDefinition Notes
getter/setter pair
Defines the Notes property.

Implementation

static PropertyDefinition Notes = new StringPropertyDefinition(
    XmlElementNames.Notes,
    _ContactSchemaFieldUris.Notes,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010_SP1);