IsFromMe property

PropertyDefinition IsFromMe
getter/setter pair
Defines the IsFromMe property.

Implementation

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