Exchange Shared and Resource mailboxes

This commit is contained in:
dev_amdtel 2014-11-26 17:31:04 +04:00
parent fd023a347d
commit ac3d594fbd
15 changed files with 239 additions and 6 deletions

View file

@ -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);