Skip to content

Commit b1d67d5

Browse files
Verify 3.9.2-Preview1
1 parent 9bc41cb commit b1d67d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/metadata.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@
555555
<Property Name="ArchiveStatus" Type="Edm.String" />
556556
<Property Name="ArchiveState" Type="Edm.String" />
557557
<Property Name="AutoExpandingArchiveEnabled" Type="Edm.Boolean" />
558+
<Property Name="AutoArchivingEnabled" Type="Edm.Boolean" />
558559
<Property Name="DisabledMailboxLocations" Type="Edm.Boolean" />
559560
<Property Name="RemoteRecipientType" Type="Edm.String" />
560561
<Property Name="DisabledArchiveDatabase" Type="Edm.String" />
@@ -756,6 +757,7 @@
756757
<PropertyPath>EffectivePublicFolderMailbox</PropertyPath>
757758
<PropertyPath>ArchiveDatabaseGuid</PropertyPath>
758759
<PropertyPath>AutoExpandingArchiveEnabled</PropertyPath>
760+
<PropertyPath>AutoArchivingEnabled</PropertyPath>
759761
<PropertyPath>DisabledMailboxLocations</PropertyPath>
760762
<PropertyPath>QueryBaseDNRestrictionEnabled</PropertyPath>
761763
<PropertyPath>IsPersonToPersonTextMessagingEnabled</PropertyPath>
@@ -3832,6 +3834,7 @@
38323834
<Property Name="BulkThreshold" Type="Edm.Int32" />
38333835
<Property Name="ZapEnabled" Type="Edm.Boolean" />
38343836
<Property Name="InlineSafetyTipsEnabled" Type="Edm.Boolean" />
3837+
<Property Name="BulkMovesEnabled" Type="Exchange.BulkMovesEnabled" />
38353838
<Property Name="BulkSpamAction" Type="Exchange.SpamFilteringAction" />
38363839
<Property Name="PhishSpamAction" Type="Exchange.SpamFilteringAction" />
38373840
<Property Name="SpamZapEnabled" Type="Edm.Boolean" />
@@ -3886,6 +3889,7 @@
38863889
<PropertyPath>BulkThreshold</PropertyPath>
38873890
<PropertyPath>ZapEnabled</PropertyPath>
38883891
<PropertyPath>InlineSafetyTipsEnabled</PropertyPath>
3892+
<PropertyPath>BulkMovesEnabled</PropertyPath>
38893893
<PropertyPath>BulkSpamAction</PropertyPath>
38903894
<PropertyPath>PhishSpamAction</PropertyPath>
38913895
<PropertyPath>SpamZapEnabled</PropertyPath>
@@ -3954,6 +3958,11 @@
39543958
<Member Name="NoAction" Value="6" />
39553959
<Member Name="BccMessage" Value="7" />
39563960
</EnumType>
3961+
<EnumType Name="BulkMovesEnabled" UnderlyingType="Edm.Int64">
3962+
<Member Name="NotSet" Value="0" />
3963+
<Member Name="On" Value="1" />
3964+
<Member Name="Off" Value="2" />
3965+
</EnumType>
39573966
<EnumType Name="IntraOrgFilterState" UnderlyingType="Edm.Int64">
39583967
<Member Name="Default" Value="0" />
39593968
<Member Name="Disabled" Value="1" />
@@ -4253,7 +4262,9 @@
42534262
<Property Name="RecommendedPolicyType" Type="Exchange.RecommendedPolicyType" />
42544263
<Property Name="IsDefault" Type="Edm.Boolean" />
42554264
<Property Name="AdminDisplayName" Type="Edm.String" />
4265+
<Property Name="EnableBlockingEncryptedAttachments" Type="Edm.Boolean" />
42564266
<Property Name="EnableOrganizationBranding" Type="Edm.Boolean" />
4267+
<Property Name="ExcludedTypesFromBlockingEncryptedAttachments" Type="Collection(Exchange.EncryptedFileTypes)" />
42574268
<Property Name="Name" Type="Edm.String" />
42584269
<Property Name="WhenChanged" Type="Edm.DateTimeOffset" />
42594270
<Property Name="WhenCreated" Type="Edm.DateTimeOffset" />
@@ -4277,7 +4288,9 @@
42774288
<PropertyPath>RecommendedPolicyType</PropertyPath>
42784289
<PropertyPath>IsDefault</PropertyPath>
42794290
<PropertyPath>AdminDisplayName</PropertyPath>
4291+
<PropertyPath>EnableBlockingEncryptedAttachments</PropertyPath>
42804292
<PropertyPath>EnableOrganizationBranding</PropertyPath>
4293+
<PropertyPath>ExcludedTypesFromBlockingEncryptedAttachments</PropertyPath>
42814294
<PropertyPath>Name</PropertyPath>
42824295
<PropertyPath>WhenChanged</PropertyPath>
42834296
<PropertyPath>WhenCreated</PropertyPath>
@@ -4329,6 +4342,12 @@
43294342
<Member Name="Delay" Value="0" />
43304343
<Member Name="Deliver" Value="1" />
43314344
</EnumType>
4345+
<EnumType Name="EncryptedFileTypes" UnderlyingType="Edm.Int64">
4346+
<Member Name="Acrobat" Value="0" />
4347+
<Member Name="Archive" Value="1" />
4348+
<Member Name="Office" Value="2" />
4349+
<Member Name="Others" Value="3" />
4350+
</EnumType>
43324351
<EntityType Name="SafeLinksPolicyPresentation">
43334352
<Key>
43344353
<PropertyRef Name="Identity" />

0 commit comments

Comments
 (0)