GetDelegateType.UserIds Property
The UserIds property gets or sets a UserIdType array that represents the delegates to get from a mailbox.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UserIds As UserIdType()
Get
Set
'Usage
Dim instance As GetDelegateType
Dim value As UserIdType()
value = instance.UserIds
instance.UserIds = value
public UserIdType[] UserIds { get; set; }
Property Value
Type: []
The UserIds property returns a UserIdType array that represents the delegates to get from a mailbox.
Remarks
If UserIds is not set in the Simple Object Access Protocol (SOAP) request, information for all the delegates in the specified mailbox will be returned in the response.
See Also