DelegateAccess

DelegateAccess (1 of 3)

Delegates access on the specified mailbox to the specified user.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

DelegateAccess(System::SharedPtr < ExchangeDelegateUser > delegateUser, System::String mailbox)
ParameterDescription
delegateUserA ExchangeDelegateUser containing user information and delegation settings.
mailboxA mailbox to grant access on.

DelegateAccess (2 of 3)

Delegates access on the mailbox to the specified users.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

DelegateAccess(System::SharedPtr < ExchangeDelegateUserCollection > delegateUsers, System::String mailbox)
ParameterDescription
delegateUsersA ExchangeDelegateUserCollection containing the users information and delegation settings.
mailboxA mailbox to grant access on.

DelegateAccess (3 of 3)

Delegates access on the principal mailbox to the specified user.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

DelegateAccess(System::String delegateSmtpAddress, ExchangeDelegateFolderPermissionLevel permissionLevel, System::String mailbox)
ParameterDescription
delegateSmtpAddressA primary smtp address of user.
permissionLevelA permission level that is granted to the user on all folders.
mailboxA mailbox to grant access on.