ContactItemType.DirectReports Property

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

Syntax

'Declaration
Public Property DirectReports As EmailAddressType()
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As EmailAddressType()

value = instance.DirectReports

instance.DirectReports = value
public EmailAddressType[] DirectReports { get; set; }

Property Value

Type: []