RemoveDelegateType.UserIds Property

Definition

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.

Applies to