GetDelegateType.UserIds Property

Definition

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

public:
 property cli::array <ExchangeWebServices::UserIdType ^> ^ UserIds { cli::array <ExchangeWebServices::UserIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::UserIdType ^> ^ value); };
public ExchangeWebServices.UserIdType[] UserIds { get; set; }
Public Property UserIds As UserIdType()

Property Value

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.

Applies to