diff --git a/WebsitePanel/Sources/VersionInfo.vb b/WebsitePanel/Sources/VersionInfo.vb index 04cc053a..556fbffa 100644 --- a/WebsitePanel/Sources/VersionInfo.vb +++ b/WebsitePanel/Sources/VersionInfo.vb @@ -15,9 +15,9 @@ Imports System Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices - diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs index 98b3f008..9ffb293b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs @@ -5128,7 +5128,7 @@ namespace WebsitePanel.Providers.HostedSolution Command cmd = new Command("New-OfflineAddressBook"); cmd.Parameters.Add("Name", oabName); cmd.Parameters.Add("AddressLists", addressListName); - cmd.Parameters.Add("PublicFolderDistributionEnabled", PublicFolderDistributionEnabled); + //cmd.Parameters.Add("PublicFolderDistributionEnabled", PublicFolderDistributionEnabled); cmd.Parameters.Add("IsDefault", false); cmd.Parameters.Add("GlobalWebDistributionEnabled", false);