AddDelegateType.DelegateUsers Property

Definition

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.

Applies to