Platinum service plan with full Outlook Client Access functionality and ActiveSync enabled.

Features

  • OWA = 1
    Outlook Web Access
  • POP = 1
    POP Mail Access
  • IMAP = 1
    IMAP Mail Access
  • MAPI = 1
    MAPI Mail Access
  • activeSync = 1
    ActiveSync is enabled for this mailbox

OWA Feature Settings

The following feature values are used to define the services available with this plan.

  • hiddenFromAddressListsEnabled
  • imapEnabled
  • popEnabled
  • owaEnabled
  • mapiEnabled
  • activeSyncEnabled
  • owaAllAddressListsEnabled
  • owaContactsEnabled
  • owaCalendarEnabled
  • owaChangePasswordEnabled
  • owaJournalEnabled
  • owaTasksEnabled
  • owaNotesEnabled
  • owaRemindersAndNotificationsEnabled
  • owaPremiumClientEnabled
  • owaSpellCheckerEnabled
  • owaSearchFoldersEnabled
  • owaSignaturesEnabled
  • owaThemeSelectionEnabled
  • owaJunkEmailEnabled
  • owaUMIntegrationEnabled
  • owaActiveSyncIntegrationEnabled
  • owaUNCAccessOnPrivateComputersEnabled
  • owaUNCAccessOnPublicComputersEnabled
  • owaWSSAccessOnPrivateComputersEnabled
  • owaWSSAccessOnPublicComputersEnabled
  • owaPublicFoldersEnabled
  • owaRecoverDeletedItemsEnabled
  • owaRulesEnabled
  • owaSMimeEnabled

Plan XML

The following XML describes the full feature set of the sample BasicMailBox plan.

  Copy Code
<data>
	<!--The domain controller to use for Active Directory actions.-->
	<preferredDomainController>AD01.Fabrikam.Com</preferredDomainController>
	<!--The unique name of the plan-->
	<planName>PlatinumMailbox</planName>
	<!--The description of the plan-->
	<description>Platinum eMail services with full Outlook client access</description>
	<!---->
	<features>
	<!--Specifies the mailbox size at which the user associated with this mailbox can no longer send messages.  You must specify a positive integer.  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<prohibitSendQuota>100000</prohibitSendQuota>
	<!--Specifies the mailbox size at which a warning message is sent to the user.  You must specify either an integer or "unlimited."  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<issueWarningQuota>90000</issueWarningQuota>
	<!--Specifies the maximum size of messages that this mailbox can send. You must specify either an integer or "unlimited."-->
	<maxSendSize>10000</maxSendSize>
	<!--Specifies the maximum size of messages that this mailbox can receive. You must specify either an integer or "unlimited."-->
	<maxReceiveSize>10000</maxReceiveSize>
	<!--Specifies the mailbox size at which the user associated with this mailbox can no longer send or receive messages.  You must specify either an integer or "unlimited."  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<prohibitSendReceiveQuota>200000</prohibitSendReceiveQuota>
	<!--Specifies the maximum number of recipients per message to which this mailbox can send.  You must specify either an integer or "unlimited."  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<recipientLimits>unlimited</recipientLimits>
	<!--Specifies whether this mailbox is hidden from other address lists.-->
	<hiddenFromAddressListsEnabled>1</hiddenFromAddressListsEnabled>
	<!--Specifies whether the IMAP4 protocol is enabled for this mailbox.-->
	<imapEnabled>1</imapEnabled>
	<!--Specifies whether the POP3 protocol is enabled for this mailbox.-->
	<popEnabled>1</popEnabled>
	<!--Enables Outlook Web Access.-->
	<owaEnabled>1</owaEnabled>
	<!--Specifies whether the MAPI protocol is enabled for this mailbox.-->
	<mapiEnabled>1</mapiEnabled>
	<!--Specifies whether ActiveSync is enabled for this mailbox.-->
	<activeSyncEnabled>1</activeSyncEnabled>
	<!--Specifies whether Outlook can be used in non-cached mode.-->
	<mapiBlockOutlookNonCachedMode>1</mapiBlockOutlookNonCachedMode>
	<!--Specifies whether clients can connect to Outlook by using Outlook Anywhere.-->
	<mapiBlockOutlookRpcHttp>0</mapiBlockOutlookRpcHttp>
	<!--Specifies whether all address lists are available in Outlook Web Access.-->
	<owaAllAddressListsEnabled>0</owaAllAddressListsEnabled>
	<!--Specifies whether contacts are enabled in Outlook Web Access.-->
	<owaContactsEnabled>1</owaContactsEnabled>
	<!--Specifies whether calendaring is enabled in Outlook Web Access.-->
	<owaCalendarEnabled>1</owaCalendarEnabled>
	<!--Specifies whether a user can change their password in Outlook Web Access.-->
	<owaChangePasswordEnabled>0</owaChangePasswordEnabled>
	<!--Specifies whether the Journal folder can be accessed in Outlook Web Access.-->
	<owaJournalEnabled>1</owaJournalEnabled>
	<!--Specifies whether tasks are enabled in Outlook Web Access.-->
	<owaTasksEnabled>1</owaTasksEnabled>
	<!--Specifies whether Sticky Notes are enabled in Outlook Web Access.-->
	<owaNotesEnabled>1</owaNotesEnabled>
	<!--Specifies whether calendar reminders are enabled in Outlook Web Access.-->
	<owaRemindersAndNotificationsEnabled>1</owaRemindersAndNotificationsEnabled>
	<!--Specifies whether Outlook Web Access Premium version is enabled.-->
	<owaPremiumClientEnabled>1</owaPremiumClientEnabled>
	<!--Specifies whether the spelling checker is enabled in Outlook Web Access.-->
	<owaSpellCheckerEnabled>1</owaSpellCheckerEnabled>
	<!--Specifies whether search folders are enabled in Outlook Web Access.-->
	<owaSearchFoldersEnabled>1</owaSearchFoldersEnabled>
	<!--Specifies whether the signature feature is enabled in Outlook Web Access.-->
	<owaSignaturesEnabled>1</owaSignaturesEnabled>
	<!--Specifies whether theme selection is enabled in Outlook Web Access.-->
	<owaThemeSelectionEnabled>1</owaThemeSelectionEnabled>
	<!--Specifies whether junk e-mail is enabled in Outlook Web Access.-->
	<owaJunkEmailEnabled>1</owaJunkEmailEnabled>
	<!--Specifies whether Unified Messaging (UM) integration is enabled in Outlook Web Access.-->
	<owaUMIntegrationEnabled>1</owaUMIntegrationEnabled>
	<!--Specifies whether Outlook Web Access Exchange ActiveSync mobile options are enabled.-->
	<owaActiveSyncIntegrationEnabled>1</owaActiveSyncIntegrationEnabled>
	<!--Specifies whether Universal Naming Convention (UNC) access is permitted when users select This is a private computer on the logon page.-->
	<owaUNCAccessOnPrivateComputersEnabled>1</owaUNCAccessOnPrivateComputersEnabled>
	<!--Specifies whether UNC access is permitted when users select This is a public or shared computer on the logon page.-->
	<owaUNCAccessOnPublicComputersEnabled>1</owaUNCAccessOnPublicComputersEnabled>
	<!--Specifies whether SharePoint Portal Server access is permitted when users select This is a private computer on the logon page.-->
	<owaWSSAccessOnPrivateComputersEnabled>1</owaWSSAccessOnPrivateComputersEnabled>
	<!--Specifies whether SharePoint Portal Server access is permitted when users select This is a public or shared computer on the logon page.-->
	<owaWSSAccessOnPublicComputersEnabled>1</owaWSSAccessOnPublicComputersEnabled>
	<!--Specifies whether the viewing of public folders is enabled in Outlook Web Access.-->
	<owaPublicFoldersEnabled>1</owaPublicFoldersEnabled>
	<!--Specifies whether recovery of deleted items is enabled in Outlook Web Access.-->
	<owaRecoverDeletedItemsEnabled>1</owaRecoverDeletedItemsEnabled>
	<!--Specifies whether rules can be accessed in Outlook Web Access. If this parameter is set to 0, server rules will continue to function, but cannot be modified in Outlook Web Access.-->
	<owaRulesEnabled>1</owaRulesEnabled>
	<!--Specifies whether viewing of e-mail that is encrypted by using S/MIME is supported in Outlook Web Access.-->
	<owaSMimeEnabled>1</owaSMimeEnabled>
	</features>
  </data>