AddDelegateType.DelegateUsers 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 DelegateUsers property gets or sets a DelegateUserType array that represents the identities of delegates to add to a mailbox.
public:
property cli::array <ExchangeWebServices::DelegateUserType ^> ^ DelegateUsers { cli::array <ExchangeWebServices::DelegateUserType ^> ^ get(); void set(cli::array <ExchangeWebServices::DelegateUserType ^> ^ value); };
public ExchangeWebServices.DelegateUserType[] DelegateUsers { get; set; }
Public Property DelegateUsers As DelegateUserType()
Property Value
The DelegateUsers property returns an array of DelegateUserType that represent the identities of delegates to add to a mailbox.