Contact.DirectoryPhoto Property

Definition

Gets the contact's photo. This property was introduced in Exchange Server 2010 SP2 and the Exchange Web Services (EWS) Managed API 1.2.

public:
 property cli::array <System::Byte> ^ DirectoryPhoto { cli::array <System::Byte> ^ get(); };
public byte[] DirectoryPhoto { get; }
Public ReadOnly Property DirectoryPhoto As Byte()

Property Value

Byte[]

The contact's photo.

Applies to