InReplyTo property

PropertyDefinition InReplyTo
getter/setter pair
Defines the InReplyTo property.

Implementation

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