Policies extended with plan templates for Exchange and Lync
Automated provisioning of plans added when template plans are defined Lync plan maintenance added Ability to disable editing of lync plans within hosting plans People picker adjusted for public folders, contact, and distribution liost
This commit is contained in:
parent
76f6ea43cf
commit
008fc296d5
30 changed files with 2357 additions and 118 deletions
|
@ -112,6 +112,7 @@
|
|||
<td class="FormLabel150"><asp:Localize ID="locManager" runat="server" meta:resourcekey="locManager" Text="Manager:"></asp:Localize></td>
|
||||
<td>
|
||||
<wsp:MailboxSelector id="manager" runat="server"
|
||||
ShowOnlyMailboxes="true"
|
||||
MailboxesEnabled="true"
|
||||
ContactsEnabled="true"/>
|
||||
</td>
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
<td class="FormLabel150"><asp:Localize ID="Localize1" runat="server" meta:resourcekey="locManagedBy" ></asp:Localize></td>
|
||||
<td>
|
||||
<wsp:mailboxselector id="manager" runat="server"
|
||||
ShowOnlyMailboxes="true"
|
||||
MailboxesEnabled="true"
|
||||
ContactsEnabled="true"
|
||||
DistributionListsEnabled="true" />
|
||||
<asp:CustomValidator runat="server"
|
||||
ValidationGroup="CreateList" meta:resourcekey="valManager" ID="valManager"
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<wsp:AccountsListWithPermissions ID="allAccounts" runat="server" MailboxesEnabled="true"/>
|
||||
<wsp:AccountsListWithPermissions ID="allAccounts" runat="server" MailboxesEnabled="true" EnableMailboxOnly="true" DistributionListsEnabled="true"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue