RemoveDelegateType.UserIds Property

The UserIds property gets or sets a UserIdType array that represents the delegates to remove from a mailbox.

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

Syntax

'Declaration
Public Property UserIds As UserIdType()
    Get
    Set
'Usage
Dim instance As RemoveDelegateType
Dim value As UserIdType()

value = instance.UserIds

instance.UserIds = value
public UserIdType[] UserIds { get; set; }

Property Value

Type: []
The UserIds property returns an array of UserIdType that represents the delegates to remove from a mailbox.