RemoveDelegateType.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 remove 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 an array of UserIdType that represents the delegates to remove from a mailbox.