ContactItemType.Photo Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Photo As Byte()
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As Byte()

value = instance.Photo

instance.Photo = value
public byte[] Photo { get; set; }

Property Value

Type: []