Exchange Shared and Resource mailboxes
This commit is contained in:
parent
fd023a347d
commit
ac3d594fbd
15 changed files with 239 additions and 6 deletions
|
@ -369,6 +369,10 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
cmd.Parameters.Add("Equipment");
|
||||
else if (accountType == ExchangeAccountType.Room)
|
||||
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