References property

PropertyDefinition References
getter/setter pair
Defines the References property.

Implementation

static PropertyDefinition References = new StringPropertyDefinition(
    XmlElementNames.References,
    _EmailMessageSchemaFieldUris.References,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanDelete,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);