Exchange Shared and Resource mailboxes : AccountType fix
This commit is contained in:
parent
f54b1b8466
commit
b4ce9904b4
13 changed files with 43 additions and 32 deletions
|
@ -371,8 +371,6 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
cmd.Parameters.Add("Room");
|
||||
else if (accountType == ExchangeAccountType.SharedMailbox)
|
||||
cmd.Parameters.Add("Shared");
|
||||
else if (accountType == ExchangeAccountType.ResourceMailbox)
|
||||
cmd.Parameters.Add("Equipment");
|
||||
|
||||
result = ExecuteShellCommand(runSpace, cmd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue