Skip to content

Commit

Permalink
Add mailbox locale
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jul 18, 2024
1 parent 8d5c915 commit 558a8b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/views/email-exchange/administration/MailboxesList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,20 @@ const MailboxList = () => {
modalMessage:
'Are you sure you want to start the managed folder assistant for the user?',
},
{
label: 'Set mailbox locale',
color: 'info',
modal: true,
modalType: 'POST',
modalBody: {
user: row.UPN,
TenantFilter: tenant.defaultDomainName,
ProhibitSendQuota: true,
},
modalUrl: `/api/ExecSetMailboxLocale`,
modalInput: true,
modalMessage: 'Enter a locale, e.g. en-US',
},
{
label: 'Set Send Quota',
color: 'info',
Expand Down

0 comments on commit 558a8b6

Please sign in to comment.