GetDelegateType.UserIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.