HasBeenProcessed property

PropertyDefinition HasBeenProcessed
getter/setter pair
Defines the HasBeenProcessed property.

Implementation

static PropertyDefinition HasBeenProcessed =
    new BoolPropertyDefinition.withUriAndFlags(
        XmlElementNames.HasBeenProcessed,
        MeetingMessageSchemaFieldUris.HasBeenProcessed,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);