|
555 | 555 | <Property Name="ArchiveStatus" Type="Edm.String" /> |
556 | 556 | <Property Name="ArchiveState" Type="Edm.String" /> |
557 | 557 | <Property Name="AutoExpandingArchiveEnabled" Type="Edm.Boolean" /> |
| 558 | + <Property Name="AutoArchivingEnabled" Type="Edm.Boolean" /> |
558 | 559 | <Property Name="DisabledMailboxLocations" Type="Edm.Boolean" /> |
559 | 560 | <Property Name="RemoteRecipientType" Type="Edm.String" /> |
560 | 561 | <Property Name="DisabledArchiveDatabase" Type="Edm.String" /> |
|
756 | 757 | <PropertyPath>EffectivePublicFolderMailbox</PropertyPath> |
757 | 758 | <PropertyPath>ArchiveDatabaseGuid</PropertyPath> |
758 | 759 | <PropertyPath>AutoExpandingArchiveEnabled</PropertyPath> |
| 760 | + <PropertyPath>AutoArchivingEnabled</PropertyPath> |
759 | 761 | <PropertyPath>DisabledMailboxLocations</PropertyPath> |
760 | 762 | <PropertyPath>QueryBaseDNRestrictionEnabled</PropertyPath> |
761 | 763 | <PropertyPath>IsPersonToPersonTextMessagingEnabled</PropertyPath> |
|
3832 | 3834 | <Property Name="BulkThreshold" Type="Edm.Int32" /> |
3833 | 3835 | <Property Name="ZapEnabled" Type="Edm.Boolean" /> |
3834 | 3836 | <Property Name="InlineSafetyTipsEnabled" Type="Edm.Boolean" /> |
| 3837 | + <Property Name="BulkMovesEnabled" Type="Exchange.BulkMovesEnabled" /> |
3835 | 3838 | <Property Name="BulkSpamAction" Type="Exchange.SpamFilteringAction" /> |
3836 | 3839 | <Property Name="PhishSpamAction" Type="Exchange.SpamFilteringAction" /> |
3837 | 3840 | <Property Name="SpamZapEnabled" Type="Edm.Boolean" /> |
|
3886 | 3889 | <PropertyPath>BulkThreshold</PropertyPath> |
3887 | 3890 | <PropertyPath>ZapEnabled</PropertyPath> |
3888 | 3891 | <PropertyPath>InlineSafetyTipsEnabled</PropertyPath> |
| 3892 | + <PropertyPath>BulkMovesEnabled</PropertyPath> |
3889 | 3893 | <PropertyPath>BulkSpamAction</PropertyPath> |
3890 | 3894 | <PropertyPath>PhishSpamAction</PropertyPath> |
3891 | 3895 | <PropertyPath>SpamZapEnabled</PropertyPath> |
|
3954 | 3958 | <Member Name="NoAction" Value="6" /> |
3955 | 3959 | <Member Name="BccMessage" Value="7" /> |
3956 | 3960 | </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> |
3957 | 3966 | <EnumType Name="IntraOrgFilterState" UnderlyingType="Edm.Int64"> |
3958 | 3967 | <Member Name="Default" Value="0" /> |
3959 | 3968 | <Member Name="Disabled" Value="1" /> |
|
4253 | 4262 | <Property Name="RecommendedPolicyType" Type="Exchange.RecommendedPolicyType" /> |
4254 | 4263 | <Property Name="IsDefault" Type="Edm.Boolean" /> |
4255 | 4264 | <Property Name="AdminDisplayName" Type="Edm.String" /> |
| 4265 | + <Property Name="EnableBlockingEncryptedAttachments" Type="Edm.Boolean" /> |
4256 | 4266 | <Property Name="EnableOrganizationBranding" Type="Edm.Boolean" /> |
| 4267 | + <Property Name="ExcludedTypesFromBlockingEncryptedAttachments" Type="Collection(Exchange.EncryptedFileTypes)" /> |
4257 | 4268 | <Property Name="Name" Type="Edm.String" /> |
4258 | 4269 | <Property Name="WhenChanged" Type="Edm.DateTimeOffset" /> |
4259 | 4270 | <Property Name="WhenCreated" Type="Edm.DateTimeOffset" /> |
|
4277 | 4288 | <PropertyPath>RecommendedPolicyType</PropertyPath> |
4278 | 4289 | <PropertyPath>IsDefault</PropertyPath> |
4279 | 4290 | <PropertyPath>AdminDisplayName</PropertyPath> |
| 4291 | + <PropertyPath>EnableBlockingEncryptedAttachments</PropertyPath> |
4280 | 4292 | <PropertyPath>EnableOrganizationBranding</PropertyPath> |
| 4293 | + <PropertyPath>ExcludedTypesFromBlockingEncryptedAttachments</PropertyPath> |
4281 | 4294 | <PropertyPath>Name</PropertyPath> |
4282 | 4295 | <PropertyPath>WhenChanged</PropertyPath> |
4283 | 4296 | <PropertyPath>WhenCreated</PropertyPath> |
|
4329 | 4342 | <Member Name="Delay" Value="0" /> |
4330 | 4343 | <Member Name="Deliver" Value="1" /> |
4331 | 4344 | </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> |
4332 | 4351 | <EntityType Name="SafeLinksPolicyPresentation"> |
4333 | 4352 | <Key> |
4334 | 4353 | <PropertyRef Name="Identity" /> |
|
0 commit comments