Photo property

PropertyDefinition Photo
getter/setter pair
Defines the Photo property.

Implementation

static PropertyDefinition Photo = new ByteArrayPropertyDefinition(
    XmlElementNames.Photo,
    _ContactSchemaFieldUris.Photo,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010_SP1);