Skip to content

Instantly share code, notes, and snippets.

@mardahl
Created October 28, 2018 21:02
Show Gist options
  • Save mardahl/c5385a70398edac7ab88e10cc71ec2f7 to your computer and use it in GitHub Desktop.
Save mardahl/c5385a70398edac7ab88e10cc71ec2f7 to your computer and use it in GitHub Desktop.
Outlook 2016 ADMX Group Policy
<?xml version="1.0" encoding="utf-16"?>
<policyDefinitions revision="1.0" schemaVersion="1.0">
<policyNamespaces>
<target prefix="outlk16" namespace="outlk16.Office.Microsoft.Policies.Windows" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<supersededAdm fileName="outlk16" />
<resources minRequiredRevision="1.0" />
<categories>
<category name="L_MicrosoftOfficeOutlook" displayName="$(string.L_MicrosoftOfficeOutlook)" />
<category name="L_OutlookSocialConnector" displayName="$(string.L_OutlookSocialConnector)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_OutlookOptions" displayName="$(string.L_OutlookOptions)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_OptionsCustomizeRibbon" displayName="$(string.L_OptionsCustomizeRibbon)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_Delegates" displayName="$(string.L_Delegates)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_Preferences" displayName="$(string.L_Preferences)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_MailSetup" displayName="$(string.L_MailSetup)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_MailFormat" displayName="$(string.L_MailFormat)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_Righttoleft" displayName="$(string.L_Righttoleft)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_OutofOfficeAssistant" displayName="$(string.L_OutofOfficeAssistant)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_Spelling" displayName="$(string.L_Spelling)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_Other" displayName="$(string.L_Other)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_Mail" displayName="$(string.L_Mail)">
<parentCategory ref="L_OutlookOptions" />
</category>
<category name="L_ComposeMessages" displayName="$(string.L_ComposeMessages)">
<parentCategory ref="L_Mail" />
</category>
<category name="L_SearchOptions" displayName="$(string.L_SearchOptions)">
<parentCategory ref="L_Preferences" />
</category>
<category name="L_Emailoptions" displayName="$(string.L_Emailoptions)">
<parentCategory ref="L_Preferences" />
</category>
<category name="L_AdvancedEmailoptions" displayName="$(string.L_AdvancedEmailoptions)">
<parentCategory ref="L_Emailoptions" />
</category>
<category name="L_DesktopAlert" displayName="$(string.L_DesktopAlert)">
<parentCategory ref="L_AdvancedEmailoptions" />
</category>
<category name="L_Trackingoptions" displayName="$(string.L_Trackingoptions)">
<parentCategory ref="L_Emailoptions" />
</category>
<category name="L_Calendaroptions" displayName="$(string.L_Calendaroptions)">
<parentCategory ref="L_Preferences" />
</category>
<category name="L_ScheduleView" displayName="$(string.L_ScheduleView)">
<parentCategory ref="L_Calendaroptions" />
</category>
<category name="L_MicrosoftOfficeOnlineSharing" displayName="$(string.L_MicrosoftOfficeOnlineSharing)">
<parentCategory ref="L_Calendaroptions" />
</category>
<category name="L_PlannerOptions" displayName="$(string.L_PlannerOptions)">
<parentCategory ref="L_Calendaroptions" />
</category>
<category name="L_FreeBusyOptions" displayName="$(string.L_FreeBusyOptions)">
<parentCategory ref="L_Calendaroptions" />
</category>
<category name="L_RecurrenceOptions" displayName="$(string.L_RecurrenceOptions)">
<parentCategory ref="L_Calendaroptions" />
</category>
<category name="L_Contactoptions" displayName="$(string.L_Contactoptions)">
<parentCategory ref="L_Preferences" />
</category>
<category name="L_JunkEmail" displayName="$(string.L_JunkEmail)">
<parentCategory ref="L_Preferences" />
</category>
<category name="L_InternetFormatting" displayName="$(string.L_InternetFormatting)">
<parentCategory ref="L_MailFormat" />
</category>
<category name="L_Messageformat" displayName="$(string.L_Messageformat)">
<parentCategory ref="L_InternetFormatting" />
</category>
<category name="L_InternationalOptions" displayName="$(string.L_InternationalOptions)">
<parentCategory ref="L_MailFormat" />
</category>
<category name="L_StationeryandFonts" displayName="$(string.L_StationeryandFonts)">
<parentCategory ref="L_MailFormat" />
</category>
<category name="L_Advanced" displayName="$(string.L_Advanced)">
<parentCategory ref="L_Other" />
</category>
<category name="L_ReminderOptions" displayName="$(string.L_ReminderOptions)">
<parentCategory ref="L_Advanced" />
</category>
<category name="L_AutoArchive" displayName="$(string.L_AutoArchive)">
<parentCategory ref="L_Other" />
</category>
<category name="L_Security" displayName="$(string.L_Security)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_SecurityFormsettings" displayName="$(string.L_SecurityFormsettings)">
<parentCategory ref="L_Security" />
</category>
<category name="L_MiscAttachmentSettings" displayName="$(string.L_MiscAttachmentSettings)">
<parentCategory ref="L_SecurityFormsettings" />
</category>
<category name="L_MiscCustomFormSettings" displayName="$(string.L_MiscCustomFormSettings)">
<parentCategory ref="L_SecurityFormsettings" />
</category>
<category name="L_ProgrammaticSettings" displayName="$(string.L_ProgrammaticSettings)">
<parentCategory ref="L_SecurityFormsettings" />
</category>
<category name="L_TrustedAddins" displayName="$(string.L_TrustedAddins)">
<parentCategory ref="L_ProgrammaticSettings" />
</category>
<category name="L_Cryptography" displayName="$(string.L_Cryptography)">
<parentCategory ref="L_Security" />
</category>
<category name="L_SignatureStatusDialog" displayName="$(string.L_SignatureStatusDialog)">
<parentCategory ref="L_Cryptography" />
</category>
<category name="L_AutomaticPictureDownloadSettings" displayName="$(string.L_AutomaticPictureDownloadSettings)">
<parentCategory ref="L_Security" />
</category>
<category name="L_TrustCenter" displayName="$(string.L_TrustCenter)">
<parentCategory ref="L_Security" />
</category>
<category name="L_ToolsAccounts" displayName="$(string.L_ToolsAccounts)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_Exchangesettings" displayName="$(string.L_Exchangesettings)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_AccountSettingsEmail" displayName="$(string.L_AccountSettingsEmail)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_CachedExchangeMode" displayName="$(string.L_CachedExchangeMode)">
<parentCategory ref="L_Exchangesettings" />
</category>
<category name="L_OfflineAddressBook" displayName="$(string.L_OfflineAddressBook)">
<parentCategory ref="L_Exchangesettings" />
</category>
<category name="L_RSSSubscriptions" displayName="$(string.L_RSSSubscriptions)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_IMAP" displayName="$(string.L_IMAP)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_EAS" displayName="$(string.L_EAS)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_WebCalSubscriptions" displayName="$(string.L_WebCalSubscriptions)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_SharePointIntegration" displayName="$(string.L_SharePointIntegration)">
<parentCategory ref="L_ToolsAccounts" />
</category>
<category name="L_Customizableerrormessages" displayName="$(string.L_Customizableerrormessages)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_Disableitemsinuserinterface" displayName="$(string.L_Disableitemsinuserinterface)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_Predefined" displayName="$(string.L_Predefined)">
<parentCategory ref="L_Disableitemsinuserinterface" />
</category>
<category name="L_Custom" displayName="$(string.L_Custom)">
<parentCategory ref="L_Disableitemsinuserinterface" />
</category>
<category name="L_OutlookTodaysettings" displayName="$(string.L_OutlookTodaysettings)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_FolderHomePagesforOutlookspecialfolders" displayName="$(string.L_FolderHomePagesforOutlookspecialfolders)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_SearchFolders" displayName="$(string.L_SearchFolders)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_MeetingWorkspace" displayName="$(string.L_MeetingWorkspace)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_InfoPathIntegration" displayName="$(string.L_InfoPathIntegration)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_MIMItoMAPIConversion" displayName="$(string.L_MIMItoMAPIConversion)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_FormRegionSettings" displayName="$(string.L_FormRegionSettings)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_Miscellaneous" displayName="$(string.L_Miscellaneous)">
<parentCategory ref="L_MicrosoftOfficeOutlook" />
</category>
<category name="L_Shutdown" displayName="$(string.L_Shutdown)">
<parentCategory ref="L_Miscellaneous" />
</category>
<category name="L_PSTSettings" displayName="$(string.L_PSTSettings)">
<parentCategory ref="L_Miscellaneous" />
</category>
</categories>
<policies>
<policy name="L_DisplayDeveloperTab" class="User" displayName="$(string.L_DisplayDeveloperTab)" explainText="$(string.L_DisplayDeveloperTabExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="developertools">
<parentCategory ref="L_OptionsCustomizeRibbon" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Locationofitemsdeletedbydelegates" class="User" displayName="$(string.L_Locationofitemsdeletedbydelegates)" explainText="$(string.L_LocationofitemsdeletedbydelegatesExplain)" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="delegatewastebasketstyle">
<parentCategory ref="L_Delegates" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="4" />
</enabledValue>
<disabledValue>
<decimal value="8" />
</disabledValue>
</policy>
<policy name="L_CacheOthersMail" class="User" displayName="$(string.L_CacheOthersMail)" explainText="$(string.L_CacheOthersMailExplain)" key="software\policies\microsoft\office\16.0\outlook\cached mode" valueName="cacheothersmail">
<parentCategory ref="L_Delegates" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffAutomaticSearchIndexReconciliation" class="User" displayName="$(string.L_TurnOffAutomaticSearchIndexReconciliation)" explainText="$(string.L_TurnOffAutomaticSearchIndexReconciliationExplain)" key="software\policies\microsoft\office\16.0\outlook\search" valueName="recondisable">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_PreventClearSignedMessageAndAttachmentIndexing" class="User" displayName="$(string.L_PreventClearSignedMessageAndAttachmentIndexing)" explainText="$(string.L_PreventClearSignedMessageAndAttachmentIndexingExplain)" key="software\policies\microsoft\windows\windows search\preferences" valueName="preventclearsignedmsgandattachmentindexing">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Disableinstallationprompts" class="User" displayName="$(string.L_Disableinstallationprompts)" explainText="$(string.L_DisableinstallationpromptsExplain)" key="software\policies\microsoft\office\16.0\outlook\search" valueName="disabledownloadsearchprompt">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_SetDefaultSearchScope" class="User" displayName="$(string.L_SetDefaultSearchScope)" explainText="$(string.L_SetDefaultSearchScopeExplain)" presentation="$(presentation.L_SetDefaultSearchScope)" key="software\policies\microsoft\office\16.0\outlook\search">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_SetDefaultSearchScopeDropID" valueName="defaultsearchscope">
<item displayName="$(string.L_SetDefaultSearchScopeStr0)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_SetDefaultSearchScopeStr1)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_SetDefaultSearchScopeStr2)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_SetDefaultSearchScopeStr3)">
<value>
<decimal value="3" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_DoNotIncludeTheOnlineArchiveInAllMailItemSearch" class="User" displayName="$(string.L_DoNotIncludeTheOnlineArchiveInAllMailItemSearch)" explainText="$(string.L_DoNotIncludeTheOnlineArchiveInAllMailItemSearchExplain)" key="software\policies\microsoft\office\16.0\outlook\search" valueName="disableonlinearchiveinupscopedsearchbydefault">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Disablehithighlighting" class="User" displayName="$(string.L_Disablehithighlighting)" explainText="$(string.L_DisablehithighlightingExplain)" key="software\policies\microsoft\office\16.0\outlook\search" valueName="disablehithighlighting">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_HitHighlightingcolor" class="User" displayName="$(string.L_HitHighlightingcolor)" explainText="$(string.L_HitHighlightingcolorExplain)" presentation="$(presentation.L_HitHighlightingcolor)" key="software\policies\microsoft\office\16.0\outlook\search">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_BackgroundColorcolon" valueName="hithighlightingbackgroundcolor">
<item displayName="$(string.L_Black)">
<value>
<decimal value="000000" />
</value>
</item>
<item displayName="$(string.L_Silver)">
<value>
<decimal value="12632256" />
</value>
</item>
<item displayName="$(string.L_Gray)">
<value>
<decimal value="8421504" />
</value>
</item>
<item displayName="$(string.L_White)">
<value>
<decimal value="16777215" />
</value>
</item>
<item displayName="$(string.L_Aqua)">
<value>
<decimal value="65535" />
</value>
</item>
<item displayName="$(string.L_Fuchsia)">
<value>
<decimal value="16711808" />
</value>
</item>
<item displayName="$(string.L_Lime)">
<value>
<decimal value="8453888" />
</value>
</item>
<item displayName="$(string.L_Yellow)">
<value>
<decimal value="16776960" />
</value>
</item>
<item displayName="$(string.L_Olive)">
<value>
<decimal value="8421376" />
</value>
</item>
<item displayName="$(string.L_Purple)">
<value>
<decimal value="8388736" />
</value>
</item>
<item displayName="$(string.L_Green)">
<value>
<decimal value="32768" />
</value>
</item>
<item displayName="$(string.L_Red)">
<value>
<decimal value="16711680" />
</value>
</item>
<item displayName="$(string.L_Maroon)">
<value>
<decimal value="8388608" />
</value>
</item>
<item displayName="$(string.L_Navy)">
<value>
<decimal value="128" />
</value>
</item>
<item displayName="$(string.L_Teal)">
<value>
<decimal value="32896" />
</value>
</item>
<item displayName="$(string.L_Blue)">
<value>
<decimal value="255" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Turnoffwordwheel" class="User" displayName="$(string.L_Turnoffwordwheel)" explainText="$(string.L_TurnoffwordwheelExplain)" key="software\policies\microsoft\office\16.0\outlook\search" valueName="disablewordwheeling">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DisableHybridSearch" class="User" displayName="$(string.L_DisableHybridSearch)" explainText="$(string.L_DisableHybridSearchExplain)" key="software\policies\microsoft\office\16.0\outlook\search" valueName="disablehybrid">
<parentCategory ref="L_SearchOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ConfigureCrossFolderContentInConversationView" class="User" displayName="$(string.L_ConfigureCrossFolderContentInConversationView)" explainText="$(string.L_ConfigureCrossFolderContentInConversationViewExplain)" presentation="$(presentation.L_ConfigureCrossFolderContentInConversationView)" key="software\policies\microsoft\office\16.0\outlook\options\conversations">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_ConfigureCrossFolderContentInConversationViewDropID" valueName="crossfoldercontent">
<item displayName="$(string.L_ConfigureCrossFolderContentInConversationViewStr1)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_ConfigureCrossFolderContentInConversationViewStr2)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_ConfigureCrossFolderContentInConversationViewStr3)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_ConfigureCrossFolderContentInConversationViewStr4)">
<value>
<decimal value="3" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_DisableAttachmentPreviewing" class="User" displayName="$(string.L_DisableAttachmentPreviewing)" explainText="$(string.L_DisableAttachmentPreviewingExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="disableattachmentpreviewing">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Changectrlentershortcutbehavior" class="User" displayName="$(string.L_Changectrlentershortcutbehavior)" explainText="$(string.L_ChangectrlentershortcutbehaviorExplain)" presentation="$(presentation.L_Changectrlentershortcutbehavior)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_ChangectrlentershortcutbehaviorID" valueName="ctrlentersends">
<item displayName="$(string.L_CtrlEnterDisabled)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_CtrlEnterEnabled)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_CtrlEnterPrompt)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Messagehandling" class="User" displayName="$(string.L_Messagehandling)" explainText="$(string.L_MessagehandlingExplain)" presentation="$(presentation.L_Messagehandling)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_aftermovingordeletinganopenitem0" valueName="aftermove">
<item displayName="$(string.L_Openthenextitem)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_ReturntotheInbox)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Openthepreviousitem)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
<boolean id="L_Closeoriginalmessagewhenreplyorforward" valueName="closeorig">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_SavecopiesofmessagesinSentItemsfolder" valueName="savesent">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<decimal id="L_Autosaveunsenteveryxxminutes0NoAutoSave" key="software\policies\microsoft\office\16.0\common\mailsettings" valueName="autosavetime" minValue="0" maxValue="99" />
<boolean id="L_Automaticallycleanupplaintextmessages" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="autoformatplaintext">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_Reademailasplaintext" class="User" displayName="$(string.L_Reademailasplaintext)" explainText="$(string.L_ChecksUncheckstheoptionReadallstandardmailinplaintext)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="readasplain">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Readsignedemailasplaintext" class="User" displayName="$(string.L_Readsignedemailasplaintext)" explainText="$(string.L_ChecksUncheckstheoptionReadalldigitallysignedmailinplaintext)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="readsignedasplain">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DisplaySenderPicture" class="User" displayName="$(string.L_DisplaySenderPicture)" explainText="$(string.L_DisplaySenderPictureExplain)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="showcontactpicture">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DisableAutoPreview" class="User" displayName="$(string.L_DisableAutoPreview)" explainText="$(string.L_DisableAutoPreviewExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="disableautopreview">
<parentCategory ref="L_AdvancedEmailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DoNotUseConversationalArrangementInViews" class="User" displayName="$(string.L_DoNotUseConversationalArrangementInViews)" explainText="$(string.L_DoNotUseConversationalArrangementInViewsExplain)" key="software\policies\microsoft\office\16.0\outlook\setup" valueName="upgradetoconversations">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_DisableMailTips" class="User" displayName="$(string.L_DisableMailTips)" explainText="$(string.L_DisableMailTipsExplain)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="disablemailtips">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_NewMailDesktopAlert" class="User" displayName="$(string.L_NewMailDesktopAlert)" explainText="$(string.L_NewMailDesktopAlertExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="newmaildesktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_Specifydurationoffadeininmillisec" class="User" displayName="$(string.L_Specifydurationoffadeininmillisec)" explainText="$(string.L_SpecifydurationoffadeininmillisecExplain)" presentation="$(presentation.L_Specifydurationoffadeininmillisec)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_Millisec" valueName="timein" minValue="0" maxValue="25000" />
</elements>
</policy>
<policy name="L_SpecifydurationofDesktopAlertbeforefadeinmillisec" class="User" displayName="$(string.L_SpecifydurationofDesktopAlertbeforefadeinmillisec)" explainText="$(string.L_SpecifydurationofDesktopAlertbeforefadeinmillisecExplain)" presentation="$(presentation.L_SpecifydurationofDesktopAlertbeforefadeinmillisec)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_MillisecDefault4000" valueName="timeon" maxValue="1000000000" />
</elements>
</policy>
<policy name="L_SpecifydurationofDesktopAlertonmouseoverinmillisec" class="User" displayName="$(string.L_SpecifydurationofDesktopAlertonmouseoverinmillisec)" explainText="$(string.L_SpecifydurationofDesktopAlertonmouseoverinmillisecExplain)" presentation="$(presentation.L_SpecifydurationofDesktopAlertonmouseoverinmillisec)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_millisec1" valueName="timefocus" minValue="0" maxValue="250000" />
</elements>
</policy>
<policy name="L_Specifydurationoffadeoutinmillisec" class="User" displayName="$(string.L_Specifydurationoffadeoutinmillisec)" explainText="$(string.L_SpecifydurationoffadeoutinmillisecExplain)" presentation="$(presentation.L_Specifydurationoffadeoutinmillisec)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_millisec2" valueName="timeout" minValue="0" maxValue="25000" />
</elements>
</policy>
<policy name="L_SpecifyopacityofDesktopAlert" class="User" displayName="$(string.L_SpecifyopacityofDesktopAlert)" explainText="$(string.L_SpecifyopacityofDesktopAlertExplain)" presentation="$(presentation.L_SpecifyopacityofDesktopAlert)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_OpacityAlphaLevel" valueName="opacity" minValue="0" maxValue="255" />
</elements>
</policy>
<policy name="L_Specifyopacityatstartoffadein" class="User" displayName="$(string.L_Specifyopacityatstartoffadein)" explainText="$(string.L_SpecifyopacityatstartoffadeinExplain)" presentation="$(presentation.L_Specifyopacityatstartoffadein)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_specifyopacityatstartoffadein3" valueName="firstopacity" minValue="0" maxValue="255" />
</elements>
</policy>
<policy name="L_SpecifydefaultlocationofDesktopAlert" class="User" displayName="$(string.L_SpecifydefaultlocationofDesktopAlert)" explainText="$(string.L_SpecifydefaultlocationofDesktopAlertExplain)" presentation="$(presentation.L_SpecifydefaultlocationofDesktopAlert)" key="software\policies\microsoft\office\16.0\common\desktopalerts">
<parentCategory ref="L_DesktopAlert" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_Corner03" valueName="corner" minValue="0" maxValue="3" />
<decimal id="L_XOffsetdefault44" valueName="xoffset" />
<decimal id="L_YOffsetdefault42" valueName="yoffset" />
</elements>
</policy>
<policy name="L_SaveMessages" class="User" displayName="$(string.L_SaveMessages)" explainText="$(string.L_Specifiesthefolderinwhichunsentmessagesaresaved)" presentation="$(presentation.L_SaveMessages)" key="software\policies\microsoft\office\16.0\outlook\options\general">
<parentCategory ref="L_AdvancedEmailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Saveunsentitemsinthisfolder" valueName="save_loc">
<item displayName="$(string.L_Outbox)">
<value>
<decimal value="4" />
</value>
</item>
<item displayName="$(string.L_SentItems)">
<value>
<decimal value="5" />
</value>
</item>
<item displayName="$(string.L_Inbox)">
<value>
<decimal value="6" />
</value>
</item>
<item displayName="$(string.L_Drafts)">
<value>
<decimal value="16" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Moresavemessages" class="User" displayName="$(string.L_Moresavemessages)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoption)" presentation="$(presentation.L_Moresavemessages)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_AdvancedEmailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_InfoldersotherthantheInboxsavereplieswithoriginalmessage" valueName="savereplies">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Saveforwardedmessages" valueName="savefw">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_Whennewitemsarrive" class="User" displayName="$(string.L_Whennewitemsarrive)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoptions)" presentation="$(presentation.L_Whennewitemsarrive)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_AdvancedEmailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Playasound" valueName="playsound">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Brieflychangethemousecursor" valueName="changepointer">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Showanenvelopeiconinthesystemtray" valueName="showenvelope">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_Whensendingamessage" class="User" displayName="$(string.L_Whensendingamessage)" explainText="$(string.L_SetsthevaluesinthecorrespondingUIoptions)" presentation="$(presentation.L_Whensendingamessage)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_AdvancedEmailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Setimportance" valueName="importance">
<item displayName="$(string.L_High)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Normal)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Low)">
<value>
<decimal value="0" />
</value>
</item>
</enum>
<enum id="L_Setsensitivity" valueName="sensitivity">
<item displayName="$(string.L_Normal)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Personal)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Private)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Confidential)">
<value>
<decimal value="3" />
</value>
</item>
</enum>
<decimal id="L_Messagesexpireafterdays" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="numdaysexpire" minValue="0" maxValue="3652" />
<boolean id="L_Allowcommasasaddressseparator" valueName="allowcommasinrecip">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Automaticnamechecking" valueName="autonamecheck">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_DeletemeetingrequestfromInboxwhenresponding" valueName="deletewhenrespond">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_SuggestnameswhilecompletingToCcandBccfields" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="showautosug">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_AddpropertiestoattachmentstoenableReplywithChanges" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="adhocreviewbehavior">
<trueValue>
<decimal value="0" />
</trueValue>
<falseValue>
<decimal value="1" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_TurnoffSendandTrack" class="User" displayName="$(string.L_TurnoffSendandTrack)" explainText="$(string.L_TurnoffSendandTrackExplain)" key="software\policies\microsoft\office\16.0\outlook\options\flagging" valueName="disablesenderflags">
<parentCategory ref="L_Trackingoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Options" class="User" displayName="$(string.L_Options)" explainText="$(string.L_OptionsExplain)" presentation="$(presentation.L_Options)" key="software\policies\microsoft\office\16.0\outlook\options\general">
<parentCategory ref="L_Trackingoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Processrequestsandresponsesonarrival" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="autoprocreq">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Processreceiptsonarrival" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="autoprocrcpts">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Deleteblankvotingandmeetingresponsesafterprocessing" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="autodelrcpts">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Requestareadreceiptforallmessagesausersends" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="readreceipt">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_RequestdeliveryrcptforallmsgsausersendsExchangeonly" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="deliveryreceipt">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<enum id="L_WhenOutlookisaskedtorespondtoareadreceiptrequest" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="receipt response">
<item displayName="$(string.L_Alwayssendaresponse)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Neversendaresponse)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Askbeforesendingaresponse)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Onrepliesandforwards" class="User" displayName="$(string.L_Onrepliesandforwards)" explainText="$(string.L_SetsthevaluesinthecorrespondingUIoptions)" presentation="$(presentation.L_Onrepliesandforwards)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_Emailoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Whenreplyingtoamessage" valueName="replystyle">
<item displayName="$(string.L_Donotincludeorginalmessage)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Attachorginalmessage)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Includeoriginalmessagetext)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Includeandindentorgmessagetext)">
<value>
<decimal value="3" />
</value>
</item>
<item displayName="$(string.L_Prefixeachlineoftheorgmessage)">
<value>
<decimal value="1000" />
</value>
</item>
</enum>
<enum id="L_Whenforwardingamessage" valueName="forwardstyle">
<item displayName="$(string.L_Attachorginalmessage)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Includeoriginalmessagetext)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Includeandindentorgmessagetext)">
<value>
<decimal value="3" />
</value>
</item>
<item displayName="$(string.L_Prefixeachlineoftheorgmessage)">
<value>
<decimal value="1000" />
</value>
</item>
</enum>
<text id="L_Prefixeachlinewith" valueName="prefixtext" />
<boolean id="L_Allowuserscommentstobemarked" key="software\policies\microsoft\office\16.0\common\mailsettings" valueName="markcomments">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_PreventpublishingtoOfficeOnline" class="User" displayName="$(string.L_PreventpublishingtoOfficeOnline)" explainText="$(string.L_PreventpublishingtoOfficeOnlineExplain)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal" valueName="disableofficeonline">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_PreventpublishingtoaDAVserver" class="User" displayName="$(string.L_PreventpublishingtoaDAVserver)" explainText="$(string.L_PreventpublishingtoaDAVserverExplain)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal" valueName="disabledav">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_PathtoDAVserver" class="User" displayName="$(string.L_PathtoDAVserver)" explainText="$(string.L_PathtoDAVserverExplain)" presentation="$(presentation.L_PathtoDAVserver)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<text id="L_Empty" valueName="davserverpath" />
</elements>
</policy>
<policy name="L_Restrictlevelofcalendardetails" class="User" displayName="$(string.L_Restrictlevelofcalendardetails)" explainText="$(string.L_RestrictlevelofcalendardetailsExplain)" presentation="$(presentation.L_Restrictlevelofcalendardetails)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_empty4" valueName="publishcalendardetailspolicy">
<item displayName="$(string.L_Alloptionsareavailable)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_DisablesFulldetails)">
<value>
<decimal value="8192" />
</value>
</item>
<item displayName="$(string.L_Disablesfulldetailsandlimiteddetails)">
<value>
<decimal value="16384" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Accesstopublishedcalendars" class="User" displayName="$(string.L_Accesstopublishedcalendars)" explainText="$(string.L_AccesstopublishedcalendarsExplain)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal" valueName="restrictedaccessonly">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Restrictuploadmethod" class="User" displayName="$(string.L_Restrictuploadmethod)" explainText="$(string.L_RestrictuploadmethodExplain)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal" valueName="singleuploadonly">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Publishinterval" class="User" displayName="$(string.L_Publishinterval)" explainText="$(string.L_PublishintervalExplain)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal" valueName="ignorettl">
<parentCategory ref="L_MicrosoftOfficeOnlineSharing" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DoNotAllowHorizontalCalendarView" class="User" displayName="$(string.L_DoNotAllowHorizontalCalendarView)" explainText="$(string.L_DoNotAllowHorizontalCalendarViewExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="disablehorizontalcalendar">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_PreventMyDepartmentCalendarFromAppearing" class="User" displayName="$(string.L_PreventMyDepartmentCalendarFromAppearing)" explainText="$(string.L_PreventMyDepartmentCalendarFromAppearingExplain)" key="software\policies\microsoft\office\16.0\outlook\options\wunderbar" valueName="disabledepartmenttree">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_PreventOtherDepartmentCalendarFromAppearing" class="User" displayName="$(string.L_PreventOtherDepartmentCalendarFromAppearing)" explainText="$(string.L_PreventOtherDepartmentCalendarFromAppearingExplain)" key="software\policies\microsoft\office\16.0\outlook\options\wunderbar" valueName="disableotherdepartmentcalendar">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_HideSendLatestVersionButton" class="User" displayName="$(string.L_HideSendLatestVersionButton)" explainText="$(string.L_HideSendLatestVersionButtonExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="hidesendlatestversionbutton">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_PreventReportingLineGroupCalendarFromAppearing" class="User" displayName="$(string.L_PreventReportingLineGroupCalendarFromAppearing)" explainText="$(string.L_PreventReportingLineGroupCalendarFromAppearingExplain)" key="software\policies\microsoft\office\16.0\outlook\options\wunderbar" valueName="disablereportinglinegroupcalendar">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOffAutoSwitchingFromVerticalToHorizontalLayout" class="User" displayName="$(string.L_TurnOffAutoSwitchingFromVerticalToHorizontalLayout)" explainText="$(string.L_TurnOffAutoSwitchingFromVerticalToHorizontalLayoutExplain)" key="software\policies\microsoft\office\16.0\outlook\options\wunderbar" valueName="enableautoswitchingverticaltohorizontal">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffAutoSwitchingFromHorizontalToVertical" class="User" displayName="$(string.L_TurnOffAutoSwitchingFromHorizontalToVertical)" explainText="$(string.L_TurnOffAutoSwitchingFromHorizontalToVerticalExplain)" key="software\policies\microsoft\office\16.0\outlook\options\wunderbar" valueName="enableautoswitchinghorizontaltovertical">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_TurnOffSharingRecommendation" class="User" displayName="$(string.L_TurnOffSharingRecommendation)" explainText="$(string.L_TurnOffSharingRecommendationExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="disablesharingrecommendationui">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOffLegacyGroupCalendarMigration" class="User" displayName="$(string.L_TurnOffLegacyGroupCalendarMigration)" explainText="$(string.L_TurnOffLegacyGroupCalendarMigrationExplain)" key="software\policies\microsoft\office\16.0\outlook\options\wunderbar" valueName="disablelegacygroupcalendar">
<parentCategory ref="L_ScheduleView" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ControlCalendarSharing" class="User" displayName="$(string.L_ControlCalendarSharing)" explainText="$(string.L_PayloadCalendarDetailsPolicyExplain)" presentation="$(presentation.L_ControlCalendarSharing)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_controlcalendarsharing5" valueName="payloadcalendardetailspolicy">
<item displayName="$(string.L_PreventCalendarSharing)">
<value>
<decimal value="32768" />
</value>
</item>
<item displayName="$(string.L_AvailabilityOnlyCalendarSharing)">
<value>
<decimal value="16384" />
</value>
</item>
<item displayName="$(string.L_AvailabilityAndLimitedDetailsCalendarSharing)">
<value>
<decimal value="8192" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Includeappointmentsonlywithinworkinghours" class="User" displayName="$(string.L_Includeappointmentsonlywithinworkinghours)" explainText="$(string.L_IncludeappointmentsonlywithinworkinghoursExplain)" key="software\policies\microsoft\office\16.0\outlook\options\pubcal" valueName="showworkinghoursonly">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_EnableMeetingDownLevelText" class="User" displayName="$(string.L_EnableMeetingDownLevelText)" explainText="$(string.L_EnableMeetingDownLevelTextExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="enablemeetingdownleveltext">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Disablemeetingregeneration" class="User" displayName="$(string.L_Disablemeetingregeneration)" explainText="$(string.L_DisablemeetingregenerationExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="disablemeetingregeneration">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_RemindersonCalendaritems" class="User" displayName="$(string.L_RemindersonCalendaritems)" explainText="$(string.L_RemindersonCalendaritemsExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="apptreminders">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Calendaritemdefaults" class="User" displayName="$(string.L_Calendaritemdefaults)" explainText="$(string.L_SetsthevalueintheoptionDefaultreminder)" presentation="$(presentation.L_Calendaritemdefaults)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_Showremindersxminutesbeforetheeventstarts" valueName="reminddefault" minValue="0" maxValue="2880" />
</elements>
</policy>
<policy name="L_Workweek" class="User" displayName="$(string.L_Workweek)" explainText="$(string.L_SetsthevalueintheoptionCalendarworkweek)" presentation="$(presentation.L_Workweek)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Lengthofworkweek" valueName="workday">
<item displayName="$(string.L_MondaytoFriday)">
<value>
<decimal value="124" />
</value>
</item>
<item displayName="$(string.L_MondaytoThursday)">
<value>
<decimal value="120" />
</value>
</item>
<item displayName="$(string.L_TuesdaytoFriday)">
<value>
<decimal value="60" />
</value>
</item>
<item displayName="$(string.L_MondaytoSaturday)">
<value>
<decimal value="126" />
</value>
</item>
<item displayName="$(string.L_WednesdaytoSaturday)">
<value>
<decimal value="30" />
</value>
</item>
<item displayName="$(string.L_ThursdaytoSunday)">
<value>
<decimal value="142" />
</value>
</item>
<item displayName="$(string.L_SundaytoFriday)">
<value>
<decimal value="252" />
</value>
</item>
<item displayName="$(string.L_Allsevendays)">
<value>
<decimal value="254" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Firstdayoftheweek" class="User" displayName="$(string.L_Firstdayoftheweek)" explainText="$(string.L_SetsthevalueinthecorrespondingUIoption)" presentation="$(presentation.L_Firstdayoftheweek)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Choosethefirstdayoftheweek" valueName="firstdow">
<item displayName="$(string.L_Sunday)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Monday)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Tuesday)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Wednesday)">
<value>
<decimal value="3" />
</value>
</item>
<item displayName="$(string.L_Thursday)">
<value>
<decimal value="4" />
</value>
</item>
<item displayName="$(string.L_Friday)">
<value>
<decimal value="5" />
</value>
</item>
<item displayName="$(string.L_Saturday)">
<value>
<decimal value="6" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Firstweekofyear" class="User" displayName="$(string.L_Firstweekofyear)" explainText="$(string.L_SetsthevalueinthecorrespondingUIoption)" presentation="$(presentation.L_Firstweekofyear)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Choosethefirstweekoftheyear" valueName="firstwoy">
<item displayName="$(string.L_StartsonJan1)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Firstfullweek)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Firstfourdayweek)">
<value>
<decimal value="1" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Workinghours" class="User" displayName="$(string.L_Workinghours)" explainText="$(string.L_SetsthevalueinthecorrespondingUIoption)" presentation="$(presentation.L_Workinghours)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Starttime" valueName="caldefstart">
<item displayName="$(string.L_800AM)">
<value>
<decimal value="480" />
</value>
</item>
<item displayName="$(string.L_1200AM)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_1230AM)">
<value>
<decimal value="30" />
</value>
</item>
<item displayName="$(string.L_100AM)">
<value>
<decimal value="60" />
</value>
</item>
<item displayName="$(string.L_130AM)">
<value>
<decimal value="90" />
</value>
</item>
<item displayName="$(string.L_200AM)">
<value>
<decimal value="120" />
</value>
</item>
<item displayName="$(string.L_230AM)">
<value>
<decimal value="150" />
</value>
</item>
<item displayName="$(string.L_300AM)">
<value>
<decimal value="180" />
</value>
</item>
<item displayName="$(string.L_330AM)">
<value>
<decimal value="210" />
</value>
</item>
<item displayName="$(string.L_400AM)">
<value>
<decimal value="240" />
</value>
</item>
<item displayName="$(string.L_430AM)">
<value>
<decimal value="270" />
</value>
</item>
<item displayName="$(string.L_500AM)">
<value>
<decimal value="300" />
</value>
</item>
<item displayName="$(string.L_530AM)">
<value>
<decimal value="330" />
</value>
</item>
<item displayName="$(string.L_600AM)">
<value>
<decimal value="360" />
</value>
</item>
<item displayName="$(string.L_630AM)">
<value>
<decimal value="390" />
</value>
</item>
<item displayName="$(string.L_700AM)">
<value>
<decimal value="420" />
</value>
</item>
<item displayName="$(string.L_730AM)">
<value>
<decimal value="450" />
</value>
</item>
<item displayName="$(string.L_800AM)">
<value>
<decimal value="480" />
</value>
</item>
<item displayName="$(string.L_830AM)">
<value>
<decimal value="510" />
</value>
</item>
<item displayName="$(string.L_900AM)">
<value>
<decimal value="540" />
</value>
</item>
<item displayName="$(string.L_930AM)">
<value>
<decimal value="570" />
</value>
</item>
<item displayName="$(string.L_1000AM)">
<value>
<decimal value="600" />
</value>
</item>
<item displayName="$(string.L_1030AM)">
<value>
<decimal value="630" />
</value>
</item>
<item displayName="$(string.L_1100AM)">
<value>
<decimal value="660" />
</value>
</item>
<item displayName="$(string.L_1130AM)">
<value>
<decimal value="690" />
</value>
</item>
<item displayName="$(string.L_1200PM)">
<value>
<decimal value="720" />
</value>
</item>
<item displayName="$(string.L_1230PM)">
<value>
<decimal value="750" />
</value>
</item>
<item displayName="$(string.L_100PM)">
<value>
<decimal value="780" />
</value>
</item>
<item displayName="$(string.L_130PM)">
<value>
<decimal value="810" />
</value>
</item>
<item displayName="$(string.L_200PM)">
<value>
<decimal value="840" />
</value>
</item>
<item displayName="$(string.L_230PM)">
<value>
<decimal value="870" />
</value>
</item>
<item displayName="$(string.L_300PM)">
<value>
<decimal value="900" />
</value>
</item>
<item displayName="$(string.L_330PM)">
<value>
<decimal value="930" />
</value>
</item>
<item displayName="$(string.L_400PM)">
<value>
<decimal value="960" />
</value>
</item>
<item displayName="$(string.L_430PM)">
<value>
<decimal value="990" />
</value>
</item>
<item displayName="$(string.L_500PM)">
<value>
<decimal value="1020" />
</value>
</item>
<item displayName="$(string.L_530PM)">
<value>
<decimal value="1050" />
</value>
</item>
<item displayName="$(string.L_600PM)">
<value>
<decimal value="1080" />
</value>
</item>
<item displayName="$(string.L_630PM)">
<value>
<decimal value="1110" />
</value>
</item>
<item displayName="$(string.L_700PM)">
<value>
<decimal value="1140" />
</value>
</item>
<item displayName="$(string.L_730PM)">
<value>
<decimal value="1170" />
</value>
</item>
<item displayName="$(string.L_800PM)">
<value>
<decimal value="1200" />
</value>
</item>
<item displayName="$(string.L_830PM)">
<value>
<decimal value="1230" />
</value>
</item>
<item displayName="$(string.L_900PM)">
<value>
<decimal value="1260" />
</value>
</item>
<item displayName="$(string.L_930PM)">
<value>
<decimal value="1290" />
</value>
</item>
<item displayName="$(string.L_1000PM)">
<value>
<decimal value="1320" />
</value>
</item>
<item displayName="$(string.L_1030PM)">
<value>
<decimal value="1350" />
</value>
</item>
<item displayName="$(string.L_1100PM)">
<value>
<decimal value="1380" />
</value>
</item>
<item displayName="$(string.L_1130PM)">
<value>
<decimal value="1410" />
</value>
</item>
</enum>
<enum id="L_EndTime" valueName="caldefend">
<item displayName="$(string.L_500PM)">
<value>
<decimal value="1020" />
</value>
</item>
<item displayName="$(string.L_1200AM)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_1230AM)">
<value>
<decimal value="30" />
</value>
</item>
<item displayName="$(string.L_100AM)">
<value>
<decimal value="60" />
</value>
</item>
<item displayName="$(string.L_130AM)">
<value>
<decimal value="90" />
</value>
</item>
<item displayName="$(string.L_200AM)">
<value>
<decimal value="120" />
</value>
</item>
<item displayName="$(string.L_230AM)">
<value>
<decimal value="150" />
</value>
</item>
<item displayName="$(string.L_300AM)">
<value>
<decimal value="180" />
</value>
</item>
<item displayName="$(string.L_330AM)">
<value>
<decimal value="210" />
</value>
</item>
<item displayName="$(string.L_400AM)">
<value>
<decimal value="240" />
</value>
</item>
<item displayName="$(string.L_430AM)">
<value>
<decimal value="270" />
</value>
</item>
<item displayName="$(string.L_500AM)">
<value>
<decimal value="300" />
</value>
</item>
<item displayName="$(string.L_530AM)">
<value>
<decimal value="330" />
</value>
</item>
<item displayName="$(string.L_600AM)">
<value>
<decimal value="360" />
</value>
</item>
<item displayName="$(string.L_630AM)">
<value>
<decimal value="390" />
</value>
</item>
<item displayName="$(string.L_700AM)">
<value>
<decimal value="420" />
</value>
</item>
<item displayName="$(string.L_730AM)">
<value>
<decimal value="450" />
</value>
</item>
<item displayName="$(string.L_800AM)">
<value>
<decimal value="480" />
</value>
</item>
<item displayName="$(string.L_830AM)">
<value>
<decimal value="510" />
</value>
</item>
<item displayName="$(string.L_900AM)">
<value>
<decimal value="540" />
</value>
</item>
<item displayName="$(string.L_930AM)">
<value>
<decimal value="570" />
</value>
</item>
<item displayName="$(string.L_1000AM)">
<value>
<decimal value="600" />
</value>
</item>
<item displayName="$(string.L_1030AM)">
<value>
<decimal value="630" />
</value>
</item>
<item displayName="$(string.L_1100AM)">
<value>
<decimal value="660" />
</value>
</item>
<item displayName="$(string.L_1130AM)">
<value>
<decimal value="690" />
</value>
</item>
<item displayName="$(string.L_1200PM)">
<value>
<decimal value="720" />
</value>
</item>
<item displayName="$(string.L_1230PM)">
<value>
<decimal value="750" />
</value>
</item>
<item displayName="$(string.L_100PM)">
<value>
<decimal value="780" />
</value>
</item>
<item displayName="$(string.L_130PM)">
<value>
<decimal value="810" />
</value>
</item>
<item displayName="$(string.L_200PM)">
<value>
<decimal value="840" />
</value>
</item>
<item displayName="$(string.L_230PM)">
<value>
<decimal value="870" />
</value>
</item>
<item displayName="$(string.L_300PM)">
<value>
<decimal value="900" />
</value>
</item>
<item displayName="$(string.L_330PM)">
<value>
<decimal value="930" />
</value>
</item>
<item displayName="$(string.L_400PM)">
<value>
<decimal value="960" />
</value>
</item>
<item displayName="$(string.L_430PM)">
<value>
<decimal value="990" />
</value>
</item>
<item displayName="$(string.L_500PM)">
<value>
<decimal value="1020" />
</value>
</item>
<item displayName="$(string.L_530PM)">
<value>
<decimal value="1050" />
</value>
</item>
<item displayName="$(string.L_600PM)">
<value>
<decimal value="1080" />
</value>
</item>
<item displayName="$(string.L_630PM)">
<value>
<decimal value="1110" />
</value>
</item>
<item displayName="$(string.L_700PM)">
<value>
<decimal value="1140" />
</value>
</item>
<item displayName="$(string.L_730PM)">
<value>
<decimal value="1170" />
</value>
</item>
<item displayName="$(string.L_800PM)">
<value>
<decimal value="1200" />
</value>
</item>
<item displayName="$(string.L_830PM)">
<value>
<decimal value="1230" />
</value>
</item>
<item displayName="$(string.L_900PM)">
<value>
<decimal value="1260" />
</value>
</item>
<item displayName="$(string.L_930PM)">
<value>
<decimal value="1290" />
</value>
</item>
<item displayName="$(string.L_1000PM)">
<value>
<decimal value="1320" />
</value>
</item>
<item displayName="$(string.L_1030PM)">
<value>
<decimal value="1350" />
</value>
</item>
<item displayName="$(string.L_1100PM)">
<value>
<decimal value="1380" />
</value>
</item>
<item displayName="$(string.L_1130PM)">
<value>
<decimal value="1410" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Calendarweeknumbers" class="User" displayName="$(string.L_Calendarweeknumbers)" explainText="$(string.L_CalendarweeknumbersExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="weeknum">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_MeetingRequestsusingiCalendar" class="User" displayName="$(string.L_MeetingRequestsusingiCalendar)" explainText="$(string.L_MeetingRequestsusingiCalendarExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="sendmtgasical">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Allowattendeestoproposenewtimesformeetingsyouorganize" class="User" displayName="$(string.L_Allowattendeestoproposenewtimesformeetingsyouorganize)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoption)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="allowpropose">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Usethisresponsewhenyouproposenewmeetingtimes" class="User" displayName="$(string.L_Usethisresponsewhenyouproposenewmeetingtimes)" explainText="$(string.L_SetsthevalueinthecorrespondingUIoption)" presentation="$(presentation.L_Usethisresponsewhenyouproposenewmeetingtimes)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_usethisresponsewhenyouproposenewmeetingtimes6" valueName="propose response type">
<item displayName="$(string.L_Tentative)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Accept)">
<value>
<decimal value="3" />
</value>
</item>
<item displayName="$(string.L_Decline)">
<value>
<decimal value="4" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Secondarycalendarsettings" class="User" displayName="$(string.L_Secondarycalendarsettings)" explainText="$(string.L_ChecksUncheckstheoptionEnablealternatecalendar)" presentation="$(presentation.L_Secondarycalendarsettings)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Usesecondarycalendar" valueName="show bothcal">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<enum id="L_Setsecondarycalendarlanguage" valueName="alter calendar lang">
<item displayName="$(string.L_BuddhistThai)">
<value>
<decimal value="1054" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="7" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_ChineseLunarSimplifiedChinese)">
<value>
<decimal value="2052" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="15" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_ChineseLunarTraditionalChinese)">
<value>
<decimal value="1028" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="15" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_GregorianArabic)">
<value>
<decimal value="1025" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="10" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_GregorianEnglish)">
<value>
<decimal value="1033" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="1" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_GregorianHebrew)">
<value>
<decimal value="1037" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="1" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_GregorianTransliteratedEnglish)">
<value>
<decimal value="1025" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="11" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_GregorianTransliteratedFrench)">
<value>
<decimal value="1025" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="12" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_HebrewLunarEnglish)">
<value>
<decimal value="1033" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="8" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_HebrewLunarHebrew)">
<value>
<decimal value="1037" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="8" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_HijriArabic)">
<value>
<decimal value="1025" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="6" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_HijriEnglish)">
<value>
<decimal value="1033" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="6" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_JapaneseLunarJapanese)">
<value>
<decimal value="1041" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="14" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_KoreanLunarKorean)">
<value>
<decimal value="1042" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="20" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_RokuyouJapanese)">
<value>
<decimal value="1041" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="19" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_SakaEnglish)">
<value>
<decimal value="1033" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="16" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_SakaHindi)">
<value>
<decimal value="1081" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="16" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_ZodiacJapanese)">
<value>
<decimal value="1041" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="18" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_ZodiacKorean)">
<value>
<decimal value="1042" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="18" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_ZodiacSimplifiedChinese)">
<value>
<decimal value="2052" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="17" />
</value>
</item>
</valueList>
</item>
<item displayName="$(string.L_ZodiacTraditionalChinese)">
<value>
<decimal value="1028" />
</value>
<valueList>
<item key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="alter calendar type">
<value>
<decimal value="17" />
</value>
</item>
</valueList>
</item>
</enum>
</elements>
</policy>
<policy name="L_HideluckydayswhenusingRokuyouJapanesecalendar" class="User" displayName="$(string.L_HideluckydayswhenusingRokuyouJapanesecalendar)" explainText="$(string.L_CheckedDoesnotdisplayluckydayswhenusingaJapaneseRokuyoucalen)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="lunarrokuyou">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_WeatherServiceUrl" class="User" displayName="$(string.L_WeatherServiceUrl)" explainText="$(string.L_WeatherServiceUrlExplain)" presentation="$(presentation.L_WeatherServiceUrl)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<text id="L_Empty" valueName="weatherserviceurl" />
</elements>
</policy>
<policy name="L_WeatherUpdateFrequency" class="User" displayName="$(string.L_WeatherUpdateFrequency)" explainText="$(string.L_WeatherUpdateFrequencyExplain)" presentation="$(presentation.L_WeatherUpdateFrequency)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_WeatherUpdateFrequencyIntervalSpinID" valueName="weatherupdatefrequency" minValue="120" maxValue="10080" />
</elements>
</policy>
<policy name="L_DisableWeather" class="User" displayName="$(string.L_DisableWeather)" explainText="$(string.L_DisableWeatherExplain)" key="software\policies\microsoft\office\16.0\outlook\options\calendar" valueName="disableweather">
<parentCategory ref="L_Calendaroptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_MeetingPlanner" class="User" displayName="$(string.L_MeetingPlanner)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoption)" presentation="$(presentation.L_MeetingPlanner)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_PlannerOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Showpopupcalendardetails" valueName="meetmode show popup details">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Showcalendardetailsinthegrid" valueName="meetmode show details in grid">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_options9" class="User" displayName="$(string.L_options9)" explainText="$(string.L_SetsthevalueintheoptionPublishmonthsofCalendarfreebusyinform)" presentation="$(presentation.L_options9)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_FreeBusyOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_MonthsofFreeBusyinformationpublished" valueName="fbpublishrange" minValue="0" maxValue="12" />
<boolean id="L_PreventusersfromchangingMonthsofFreeBusyinformation1" key="software\policies\microsoft\office\16.0\outlook\options\calendar\internet free/busy" valueName="lock fb range">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<decimal id="L_FreeBusyupdatedontheservereveryxxxseconds" valueName="fbupdatesecs" minValue="0" maxValue="86400" />
</elements>
</policy>
<policy name="L_InternetFreeBusyOptions" class="User" displayName="$(string.L_InternetFreeBusyOptions)" explainText="$(string.L_ChecksUncheckstheoptionPublishatmylocation)" presentation="$(presentation.L_InternetFreeBusyOptions)" key="software\policies\microsoft\office\16.0\outlook\options\calendar\internet free/busy">
<parentCategory ref="L_FreeBusyOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Publishfreebusyinformation" valueName="publish to internet">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<text id="L_PublishatthisURL" valueName="write url" />
<text id="L_SearchatthisURL" valueName="read url" />
</elements>
</policy>
<policy name="L_DisableNoEndDate" class="User" displayName="$(string.L_DisableNoEndDate)" explainText="$(string.L_DisableNoEndDateExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="disablerecurnoend">
<parentCategory ref="L_RecurrenceOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DefaultRecurrenceDuration" class="User" displayName="$(string.L_DefaultRecurrenceDuration)" explainText="$(string.L_DefaultRecurrenceDurationExplain)" presentation="$(presentation.L_DefaultRecurrenceDuration)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_RecurrenceOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_DefaultRecurrenceDurationSpinID" valueName="recurrencesdefault" minValue="2" maxValue="720" />
</elements>
</policy>
<policy name="L_DetermineOrderOfSourcesForPhotos" class="User" displayName="$(string.L_DetermineOrderOfSourcesForPhotos)" explainText="$(string.L_DetermineOrderOfSourcesForPhotosExplain)" key="software\policies\microsoft\office\16.0\outlook" valueName="preferadphotos">
<parentCategory ref="L_Contactoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOffContactExport" class="User" displayName="$(string.L_TurnOffContactExport)" explainText="$(string.L_TurnOffContactExportExplain)" key="software\policies\microsoft\office\16.0\outlook" valueName="disableexportingcontact">
<parentCategory ref="L_Security" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ShowContactslinkingcontrolsonallForms" class="User" displayName="$(string.L_ShowContactslinkingcontrolsonallForms)" explainText="$(string.L_ShowContactslinkingcontrolsonallFormsExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="showcontactfieldobsolete">
<parentCategory ref="L_Contactoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Selectthedefaultsettingforhowtofilenewcontacts" class="User" displayName="$(string.L_Selectthedefaultsettingforhowtofilenewcontacts)" explainText="$(string.L_SetsthevalueinthecorrespondingUIoption)" presentation="$(presentation.L_Selectthedefaultsettingforhowtofilenewcontacts)" key="software\policies\microsoft\office\16.0\outlook\contact">
<parentCategory ref="L_Contactoptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_DefaultFullNameorder" valueName="nameparserstyle">
<item displayName="$(string.L_FirstMiddleLast)">
<value>
<string>E</string>
</value>
</item>
<item displayName="$(string.L_LastFirst)">
<value>
<string>H</string>
</value>
</item>
<item displayName="$(string.L_FirstLast1Last2)">
<value>
<string>S</string>
</value>
</item>
</enum>
<enum id="L_DefaultFileAsorder" valueName="fileasorder">
<item displayName="$(string.L_LastFirst)">
<value>
<decimal value="32791" />
</value>
</item>
<item displayName="$(string.L_FirstLast)">
<value>
<decimal value="32823" />
</value>
</item>
<item displayName="$(string.L_Company)">
<value>
<decimal value="14870" />
</value>
</item>
<item displayName="$(string.L_LastFirstCompany)">
<value>
<decimal value="32793" />
</value>
</item>
<item displayName="$(string.L_CompanyLastFirst)">
<value>
<decimal value="32792" />
</value>
</item>
</enum>
<boolean id="L_Checkforduplicatecontacts" key="software\policies\microsoft\office\16.0\outlook\contact" valueName="confirmduplicates">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_ShowanadditionalContactsIndex" key="software\policies\microsoft\office\16.0\outlook\contact" valueName="indextabson">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<enum id="L_AdditionalContactsIndex" key="software\policies\microsoft\office\16.0\outlook\contact" valueName="indextabsscript">
<item displayName="$(string.L_Arabic)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.L_Cyrillic)">
<value>
<decimal value="7" />
</value>
</item>
<item displayName="$(string.L_Greek)">
<value>
<decimal value="15" />
</value>
</item>
<item displayName="$(string.L_Hebrew)">
<value>
<decimal value="16" />
</value>
</item>
<item displayName="$(string.L_Thai)">
<value>
<decimal value="28" />
</value>
</item>
<item displayName="$(string.L_Vietnamese)">
<value>
<decimal value="30" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_HideJunkMailUI" class="User" displayName="$(string.L_HideJunkMailUI)" explainText="$(string.L_HideJunkMailUIExplain)" key="software\policies\microsoft\office\16.0\outlook" valueName="disableantispam">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_SpoofyEmails" class="User" displayName="$(string.L_SpoofyEmails)" explainText="$(string.L_SpoofyEmailsExplain)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="outlookenablespoofyemails">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_JunkEmailprotectionlevel" class="User" displayName="$(string.L_JunkEmailprotectionlevel)" explainText="$(string.L_SelectsamongthevaluesNoAutomaticFilteringLowHighandSafeLists)" presentation="$(presentation.L_JunkEmailprotectionlevel)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Selectlevel" valueName="junkmailprotection">
<item displayName="$(string.L_NoProtection)">
<value>
<decimal value="4294967295" />
</value>
</item>
<item displayName="$(string.L_LowDefault)">
<value>
<decimal value="6" />
</value>
</item>
<item displayName="$(string.L_High)">
<value>
<decimal value="3" />
</value>
</item>
<item displayName="$(string.L_TrustedListsOnly)">
<value>
<decimal value="2147483648" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_PermanentlydeleteJunkEmail" class="User" displayName="$(string.L_PermanentlydeleteJunkEmail)" explainText="$(string.L_ChecksUncheckstheoptionPermanentlydeletesuspectedjunkemailin)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="junkmailpermdelete">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TrustEmailfromContacts" class="User" displayName="$(string.L_TrustEmailfromContacts)" explainText="$(string.L_ChecksUncheckstheoptionAlsotrustemailfrommyContacts)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="junkmailtrustcontacts">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_AddpeopleIemailtotheSafeSendersList" class="User" displayName="$(string.L_AddpeopleIemailtotheSafeSendersList)" explainText="$(string.L_AddpeopleIemailtotheSafeSendersListExplain)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="junkmailtrustoutgoingrecipients">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_JunkMailImportList" class="User" displayName="$(string.L_JunkMailImportList)" explainText="$(string.L_JunkMailImportListExplain)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="junkmailimportlists">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_OverwriteorAppendJunkMailImportList" class="User" displayName="$(string.L_OverwriteorAppendJunkMailImportList)" explainText="$(string.L_CheckedOverwritestheJunkMailImportlistUncheckedAppendstheJun)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="junkmailimportappend">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_SpecifypathtoSafeSenderslist" class="User" displayName="$(string.L_SpecifypathtoSafeSenderslist)" explainText="$(string.L_SpecifypathtoSafeSenderslistExplain)" presentation="$(presentation.L_SpecifypathtoSafeSenderslist)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<text id="L_SpecifyfullpathandfilenametoSafeSenderslist" valueName="junkmailsafesendersfile" />
</elements>
</policy>
<policy name="L_SpecifypathtoSafeRecipientslist" class="User" displayName="$(string.L_SpecifypathtoSafeRecipientslist)" explainText="$(string.L_SpecifypathtoSafeRecipientslistExplain)" presentation="$(presentation.L_SpecifypathtoSafeRecipientslist)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<text id="L_SpecifyfullpathandfilenametoSafeRecipientslist" valueName="junkmailsaferecipientsfile" />
</elements>
</policy>
<policy name="L_SpecifypathtoBlockedSenderslist" class="User" displayName="$(string.L_SpecifypathtoBlockedSenderslist)" explainText="$(string.L_SpecifypathtoBlockedSenderslistExplain)" presentation="$(presentation.L_SpecifypathtoBlockedSenderslist)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_JunkEmail" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<text id="L_SpecifyfullpathandfilenametoBlockedSenderslist" valueName="junkmailblockedsendersfile" />
</elements>
</policy>
<policy name="L_Mailaccountoptions" class="User" displayName="$(string.L_Mailaccountoptions)" explainText="$(string.L_MailaccountoptionsExplain)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="send mail immediately">
<parentCategory ref="L_MailSetup" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_DisableSignatures" class="User" displayName="$(string.L_DisableSignatures)" explainText="$(string.L_DisableSignaturesExplain)" key="software\policies\microsoft\office\16.0\common\mailsettings" valueName="disablesignatures">
<parentCategory ref="L_MailFormat" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_InternetAndNetworkPathsIntoHyperlinks" class="User" displayName="$(string.L_InternetAndNetworkPathsIntoHyperlinks)" explainText="$(string.L_InternetAndNetworkPathsIntoHyperlinksExplain)" key="software\policies\microsoft\office\16.0\outlook\options\autoformat" valueName="pgrfafo_25_1">
<parentCategory ref="L_OutlookOptions" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ForceSelectionOfAccountBeforeSending" class="User" displayName="$(string.L_ForceSelectionOfAccountBeforeSending)" explainText="$(string.L_ForceSelectionOfAccountBeforeSendingExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="forceaccountselection">
<parentCategory ref="L_ComposeMessages" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_OutlookProtectionRules" class="User" displayName="$(string.L_OutlookProtectionRules)" explainText="$(string.L_OutlookProtectionRulesExplain)" key="software\policies\microsoft\office\outlook\addins\umoutlookaddin.formregionaddin" valueName="pb4sdisabled">
<parentCategory ref="L_ComposeMessages" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_OutlookRichTextoptions" class="User" displayName="$(string.L_OutlookRichTextoptions)" explainText="$(string.L_OutlookRichTextoptionsExplain)" presentation="$(presentation.L_OutlookRichTextoptions)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_InternetFormatting" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_WhensendingOutlookRichTextmessagestoInternetrecipients2" valueName="message rtf format">
<item displayName="$(string.L_ConverttoPlainTextformat)">
<value>
<decimal value="1" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Plaintextoptions" class="User" displayName="$(string.L_Plaintextoptions)" explainText="$(string.L_PlaintextoptionsExplain)" presentation="$(presentation.L_Plaintextoptions)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_InternetFormatting" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<decimal id="L_Automaticallywraptextatxcharacters" key="software\policies\microsoft\office\16.0\common\mailsettings" valueName="plainwraplen" minValue="30" maxValue="132" />
<boolean id="L_EncodeattachmentsinUUENCODEformatwhensending1" valueName="message plain format mime">
<trueValue>
<decimal value="0" />
</trueValue>
<falseValue>
<decimal value="1" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_Messageformateditor" class="User" displayName="$(string.L_Messageformateditor)" explainText="$(string.L_MessageformateditorExplain)" presentation="$(presentation.L_Messageformateditor)" key="software\policies\microsoft\office\16.0\outlook\options\mail">
<parentCategory ref="L_Messageformat" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_UsethefollowingFormatEditorforemailmessages" valueName="editorpreference">
<item displayName="$(string.L_HTML)">
<value>
<decimal value="131072" />
</value>
</item>
<item displayName="$(string.L_RichText)">
<value>
<decimal value="196608" />
</value>
</item>
<item displayName="$(string.L_PlainText)">
<value>
<decimal value="65536" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Englishmessageheadersandflags" class="User" displayName="$(string.L_Englishmessageheadersandflags)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoption)" presentation="$(presentation.L_Englishmessageheadersandflags)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_InternationalOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_UseEnglishformessageheadersonrepliesorforwards" valueName="enmessageheaders">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_UseEnglishformessageflags" valueName="enmessageflags">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_DisableInternationalizedDomainNamesIDNinOutlook" class="User" displayName="$(string.L_DisableInternationalizedDomainNamesIDNinOutlook)" explainText="$(string.L_DisableInternationalizedDomainNamesIDNinOutlookExplain)" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="disableidn">
<parentCategory ref="L_InternationalOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Euroencodingforoutgoingmessages" class="User" displayName="$(string.L_Euroencodingforoutgoingmessages)" explainText="$(string.L_Choosewhethertoignoretheeurocharacterwhenautodetectingtheenc)" presentation="$(presentation.L_Euroencodingforoutgoingmessages)" key="software\policies\microsoft\office\16.0\outlook\options\mshtml\international">
<parentCategory ref="L_InternationalOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Whenpreferredencodingdoesnotsupporteuro2" valueName="autodetect_ignoreeuro">
<item displayName="$(string.L_sendmessagesasUTF8)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_ignoreeuro)">
<value>
<decimal value="1" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_Autoselectencodingforoutgoingmessages" class="User" displayName="$(string.L_Autoselectencodingforoutgoingmessages)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoption)" key="software\policies\microsoft\office\16.0\outlook\options\mshtml\international" valueName="autodetect_codepageout">
<parentCategory ref="L_InternationalOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Encodingforoutgoingmessages" class="User" displayName="$(string.L_Encodingforoutgoingmessages)" explainText="$(string.L_SetsthevalueintheoptionPreferredencodingforoutgoingmessages)" presentation="$(presentation.L_Encodingforoutgoingmessages)" key="software\policies\microsoft\office\16.0\outlook\options\mshtml\international">
<parentCategory ref="L_InternationalOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Usethisencodingforoutgoingmessages" valueName="default_codepageout">
<item displayName="$(string.L_ArabicISO)">
<value>
<decimal value="28596" />
</value>
</item>
<item displayName="$(string.L_ArabicWindows)">
<value>
<decimal value="1256" />
</value>
</item>
<item displayName="$(string.L_BalticISO)">
<value>
<decimal value="28594" />
</value>
</item>
<item displayName="$(string.L_BalticWindows)">
<value>
<decimal value="1257" />
</value>
</item>
<item displayName="$(string.L_CentralEuropeanISO)">
<value>
<decimal value="28592" />
</value>
</item>
<item displayName="$(string.L_CentralEuropeanWindows)">
<value>
<decimal value="1250" />
</value>
</item>
<item displayName="$(string.L_ChineseSimplifiedGB18030)">
<value>
<decimal value="54936" />
</value>
</item>
<item displayName="$(string.L_ChineseSimplifiedGB2312)">
<value>
<decimal value="936" />
</value>
</item>
<item displayName="$(string.L_ChineseSimplifiedHZ)">
<value>
<decimal value="52936" />
</value>
</item>
<item displayName="$(string.L_ChineseTraditionalBig5)">
<value>
<decimal value="950" />
</value>
</item>
<item displayName="$(string.L_CyrillicISO)">
<value>
<decimal value="28595" />
</value>
</item>
<item displayName="$(string.L_CyrillicKOI8R)">
<value>
<decimal value="20866" />
</value>
</item>
<item displayName="$(string.L_CyrillicKOI8U)">
<value>
<decimal value="21866" />
</value>
</item>
<item displayName="$(string.L_CyrillicWindows)">
<value>
<decimal value="1251" />
</value>
</item>
<item displayName="$(string.L_GreekISO)">
<value>
<decimal value="28597" />
</value>
</item>
<item displayName="$(string.L_GreekWindows)">
<value>
<decimal value="1253" />
</value>
</item>
<item displayName="$(string.L_HebrewISOLogical)">
<value>
<decimal value="38598" />
</value>
</item>
<item displayName="$(string.L_HebrewWindows)">
<value>
<decimal value="1255" />
</value>
</item>
<item displayName="$(string.L_JapaneseEUC)">
<value>
<decimal value="51932" />
</value>
</item>
<item displayName="$(string.L_JapaneseJIS)">
<value>
<decimal value="50220" />
</value>
</item>
<item displayName="$(string.L_JapaneseJISAllow1byteKana)">
<value>
<decimal value="50221" />
</value>
</item>
<item displayName="$(string.L_JapaneseShiftJIS)">
<value>
<decimal value="932" />
</value>
</item>
<item displayName="$(string.L_Korean)">
<value>
<decimal value="949" />
</value>
</item>
<item displayName="$(string.L_KoreanEUC)">
<value>
<decimal value="51949" />
</value>
</item>
<item displayName="$(string.L_Latin3ISO)">
<value>
<decimal value="28593" />
</value>
</item>
<item displayName="$(string.L_Latin9ISO)">
<value>
<decimal value="28605" />
</value>
</item>
<item displayName="$(string.L_ThaiWindows)">
<value>
<decimal value="874" />
</value>
</item>
<item displayName="$(string.L_TurkishISO)">
<value>
<decimal value="28599" />
</value>
</item>
<item displayName="$(string.L_TurkishWindows)">
<value>
<decimal value="1254" />
</value>
</item>
<item displayName="$(string.L_UnicodeUTF7)">
<value>
<decimal value="65000" />
</value>
</item>
<item displayName="$(string.L_UnicodeUTF8)">
<value>
<decimal value="65001" />
</value>
</item>
<item displayName="$(string.L_USASCII)">
<value>
<decimal value="20127" />
</value>
</item>
<item displayName="$(string.L_UserDefined)">
<value>
<decimal value="50000" />
</value>
</item>
<item displayName="$(string.L_VietnameseWindows)">
<value>
<decimal value="1258" />
</value>
</item>
<item displayName="$(string.L_WesternEuropeanISO)">
<value>
<decimal value="28591" />
</value>
</item>
<item displayName="$(string.L_WesternEuropeanWindows)">
<value>
<decimal value="1252" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_StationeryFonts" class="User" displayName="$(string.L_StationeryFonts)" explainText="$(string.L_SelectsamongthevaluesUsethefontspecifiedinstationeryifspecif)" presentation="$(presentation.L_StationeryFonts)" key="software\policies\microsoft\office\16.0\common\mailsettings">
<parentCategory ref="L_StationeryandFonts" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Stationeryfontoptions" valueName="themefont">
<item displayName="$(string.L_Usethemesfont)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Useusersfontonrepliesandfwds)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Alwaysuseusersfonts)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_General" class="User" displayName="$(string.L_General)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoptions)" presentation="$(presentation.L_General)" key="software\policies\microsoft\office\16.0\outlook\options\spelling">
<parentCategory ref="L_Spelling" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Alwayscheckspellingbeforesending" valueName="check">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Ignoreoriginalmessagetextinreplyorforward" key="software\policies\microsoft\office\16.0\common\mailsettings" valueName="ignorereplyspelling">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_DoNotDownloadPhotosFromTheActiveDirectory" class="User" displayName="$(string.L_DoNotDownloadPhotosFromTheActiveDirectory)" explainText="$(string.L_DoNotDownloadPhotosFromTheActiveDirectoryExplain)" key="software\policies\microsoft\office\16.0\outlook\contact" valueName="downloadphotosfromad">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_HideAppsStoreButtonInHomeTabRibbon" class="User" displayName="$(string.L_HideAppsStoreButtonInHomeTabRibbon)" explainText="$(string.L_HideAppsStoreButtonInHomeTabRibbonExplain)" key="software\policies\microsoft\office\16.0\outlook\options\webext" valueName="storebuttoninribbonhometaballowed">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_HidePhotoLink" class="User" displayName="$(string.L_HidePhotoLink)" explainText="$(string.L_HidePhotoLinkExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="hidephotolink">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_AllowSelectionFloaties" class="User" displayName="$(string.L_AllowSelectionFloaties)" explainText="$(string.L_AllowSelectionFloatiesExplain)" key="software\policies\microsoft\office\16.0\common\toolbars\outlook" valueName="allowselectionfloaties">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Disablereadingpane" class="User" displayName="$(string.L_Disablereadingpane)" explainText="$(string.L_DisablereadingpaneExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="disablereadingpane">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_EmptyDeletedItemsFolder" class="User" displayName="$(string.L_EmptyDeletedItemsFolder)" explainText="$(string.L_EmptyDeletedItemsFolderExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="emptytrash">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_MakeOutlookthedefaultprogramforEmailContactsandCalendar" class="User" displayName="$(string.L_MakeOutlookthedefaultprogramforEmailContactsandCalendar)" explainText="$(string.L_MakeOutlookthedefaultprogramforEmailContactsandCalendarExplain)" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="check default client">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_ReadingPane" class="User" displayName="$(string.L_ReadingPane)" explainText="$(string.L_ChecksUncheckstheoptionMarkitemsasreadwhenviewedintheReading)" presentation="$(presentation.L_ReadingPane)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Markmessagesasreadinreadingwindow" valueName="previewmarkmessage">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<decimal id="L_Waitxxxsecondsbeforemarkingitemsasread" valueName="previewwaitseconds" minValue="1" maxValue="999" />
<boolean id="L_Markitemasreadwhenselectionchanges" valueName="previewdontmarkuntilchange">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Singlekeyreadingusingspacebar" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="singlekeyreading">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_SortFoldersAlphabetically" class="User" displayName="$(string.L_SortFoldersAlphabetically)" explainText="$(string.L_SortFoldersAlphabeticallyExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="sortfoldersalphabetically">
<parentCategory ref="L_Other" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Disablefolderhomepagesforfoldersinnondefaultstores" class="User" displayName="$(string.L_Disablefolderhomepagesforfoldersinnondefaultstores)" explainText="$(string.L_DisablefolderhomepagesforfoldersinnondefaultstoresExplain)" key="software\policies\microsoft\office\16.0\outlook\security" valueName="nondefaultstorescript">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_PreventSavingSyncConflicts" class="User" displayName="$(string.L_PreventSavingSyncConflicts)" explainText="$(string.L_PreventSavingSyncConflictsExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="discardconflicts">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_SaveRSSConflicts" class="User" displayName="$(string.L_SaveRSSConflicts)" explainText="$(string.L_SaveRSSConflictsExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="saverssconflicts">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_SaveCalendarConflicts" class="User" displayName="$(string.L_SaveCalendarConflicts)" explainText="$(string.L_SaveCalendarConflictsExplain)" key="software\policies\microsoft\office\16.0\outlook\options" valueName="savecalendarconflicts">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_TurnOnLoggingForAllConflicts" class="User" displayName="$(string.L_TurnOnLoggingForAllConflicts)" explainText="$(string.L_TurnOnLoggingForAllConflictsExplain)" presentation="$(presentation.L_TurnOnLoggingForAllConflicts)" key="software\policies\microsoft\office\16.0\outlook\options">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_TurnOnLoggingForAllConflictsDropID" valueName="enableconflictlogging">
<item displayName="$(string.L_TurnOnLoggingForAllConflictsStr1)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_TurnOnLoggingForAllConflictsStr2)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_TurnOnLoggingForAllConflictsStr3)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="L_MinimizeOutlooktothesystemtray" class="User" displayName="$(string.L_MinimizeOutlooktothesystemtray)" explainText="$(string.L_ChecksUncheckstheOutlooksystemtrayiconoptionHideWhenMinimize)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="mintotray">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_MoreOptions" class="User" displayName="$(string.L_MoreOptions)" explainText="$(string.L_MoreOptionsExplain)" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="warndelete">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Enablemailloggingtroubleshooting" class="User" displayName="$(string.L_Enablemailloggingtroubleshooting)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoption)" key="software\policies\microsoft\office\16.0\outlook\options\mail" valueName="enablelogging">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_MSGUnicodeformatwhendraggingtofilesystem" class="User" displayName="$(string.L_MSGUnicodeformatwhendraggingtofilesystem)" explainText="$(string.L_MSGUnicodeformatwhendraggingtofilesystemExplain)" key="software\policies\microsoft\office\16.0\outlook\options\general" valueName="msgformat">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_Reminders" class="User" displayName="$(string.L_Reminders)" explainText="$(string.L_ChecksUnchecksthecorrespondingUIoptions)" presentation="$(presentation.L_Reminders)" key="software\policies\microsoft\office\16.0\outlook\options\reminders">
<parentCategory ref="L_ReminderOptions" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_Displaythereminder" valueName="type">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Playremindersound" valueName="playsound">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_DisableOutlookobjectmodelscripts" class="User" displayName="$(string.L_DisableOutlookobjectmodelscripts)" explainText="$(string.L_DisableOutlookobjectmodelscriptsExplain)" key="software\policies\microsoft\office\16.0\outlook\security" valueName="sharedfolderscript">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_DisableOutlookobjectmodelscriptsforpublicfolders" class="User" displayName="$(string.L_DisableOutlookobjectmodelscriptsforpublicfolders)" explainText="$(string.L_DisableOutlookobjectmodelscriptsforpublicfoldersExplain)" key="software\policies\microsoft\office\16.0\outlook\security" valueName="publicfolderscript">
<parentCategory ref="L_Advanced" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="0" />
</enabledValue>
<disabledValue>
<decimal value="1" />
</disabledValue>
</policy>
<policy name="L_DisableFileArchive" class="User" displayName="$(string.L_DisableFileArchive)" explainText="$(string.L_DisableFileArchiveExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="disablemanualarchive">
<parentCategory ref="L_AutoArchive" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_AutoArchiveSettings" class="User" displayName="$(string.L_AutoArchiveSettings)" explainText="$(string.L_IfthispolicyisenabledthenalltheoptionsintheAutoArchivedialog)" presentation="$(presentation.L_AutoArchiveSettings)" key="software\policies\microsoft\office\16.0\outlook\preferences">
<parentCategory ref="L_AutoArchive" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<boolean id="L_TurnonAutoArchive" valueName="doaging">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<decimal id="L_RunAutoArchiveeveryxdays" valueName="everydays" minValue="1" maxValue="60" />
<boolean id="L_PromptbeforeAutoArchiveruns" valueName="promptforaging">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Deleteexpireditemsemailfoldersonly" valueName="deleteexpired">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Archiveordeleteolditems" valueName="archiveold">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<boolean id="L_Showarchivefolderinfolderlist" valueName="archivemount">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
<decimal id="L_Cleanoutitemsolderthan" valueName="archiveperiod" minValue="1" maxValue="60" />
<enum id="L_empty19" valueName="archivegranularity">
<item displayName="$(string.L_Months)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_Weeks)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.L_Days)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
<boolean id="L_Permanentlydeleteolditems" valueName="archivedelete">
<trueValue>
<decimal value="1" />
</trueValue>
<falseValue>
<decimal value="0" />
</falseValue>
</boolean>
</elements>
</policy>
<policy name="L_ArchiveIgnoreLastModifiedTime" class="User" displayName="$(string.L_ArchiveIgnoreLastModifiedTime)" explainText="$(string.L_ArchiveIgnoreLastModifiedTimeExplain)" key="software\policies\microsoft\office\16.0\outlook\preferences" valueName="archiveignorelastmodifiedtime">
<parentCategory ref="L_AutoArchive" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="L_LayoutOptions" class="User" displayName="$(string.L_LayoutOptions)" explainText="$(string.L_SetsthevalueinthecorrespondingUIoption)" presentation="$(presentation.L_LayoutOptions)" key="software\policies\microsoft\office\16.0\outlook\options\calendar">
<parentCategory ref="L_Righttoleft" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="L_Setlayoutdirection" valueName="calendar direction">
<item displayName="$(string.L_LefttoRight)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.L_RighttoLeft2)">
<value>