HasPicture property

PropertyDefinition HasPicture
getter/setter pair
Defines the HasPicture property.

Implementation

static PropertyDefinition HasPicture = new BoolPropertyDefinition.withUriAndFlags(
    XmlElementNames.HasPicture,
    _ContactSchemaFieldUris.HasPicture,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010);