AddDelegateType.DelegateUsers Property
The DelegateUsers property gets or sets a DelegateUserType array that represents the identities of delegates to add to a mailbox.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DelegateUsers As DelegateUserType()
Get
Set
'Usage
Dim instance As AddDelegateType
Dim value As DelegateUserType()
value = instance.DelegateUsers
instance.DelegateUsers = value
public DelegateUserType[] DelegateUsers { get; set; }
Property Value
Type: []
The DelegateUsers property returns an array of DelegateUserType that represent the identities of delegates to add to a mailbox.
See Also