Exchange SP2 Addressbook Policy Support - Using this code will currently break SP1 or earlier implementation
This commit is contained in:
parent
bd3ce6218f
commit
2a5b26ba1c
2 changed files with 77 additions and 5 deletions
|
@ -84,6 +84,14 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
action.Id = id;
|
||||
Actions.Add(action);
|
||||
}
|
||||
internal void RegisterNewAddressPolicy(string id)
|
||||
{
|
||||
TransactionAction action = new TransactionAction();
|
||||
action.ActionType = TransactionAction.TransactionActionTypes.CreateAddressPolicy;
|
||||
action.Id = id;
|
||||
Actions.Add(action);
|
||||
}
|
||||
|
||||
|
||||
internal void RegisterNewOfflineAddressBook(string id)
|
||||
{
|
||||
|
@ -220,6 +228,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
CreateOrganizationUnit,
|
||||
CreateGlobalAddressList,
|
||||
CreateAddressList,
|
||||
CreateAddressPolicy,
|
||||
CreateOfflineAddressBook,
|
||||
CreateDistributionGroup,
|
||||
EnableDistributionGroup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue