UpdateDelegateType.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 update in a mailbox. This property is optional.
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 DelgateUsers property returns an array of DelegateUserType that represent the identities of delegates to update in a mailbox.
Remarks
If a delegate permission setting that is included in the SOAP request already exists in the specified mailbox, the setting in the mailbox will be updated with the value as specified in the request. If a delegate permission setting that is included in the SOAP request does not yet exist in the specified mailbox, the setting will be added to the mailbox. Any delegate permission settings that exist in the specified mailbox but are not included in the SOAP request will remain unchanged in the mailbox.