Skip to content

Commit

Permalink
metadata.xml 20241002 ~ 3.6.0 ExO Release (+5 days)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Oct 2, 2024
1 parent 0e39287 commit 0f29c37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
<Property Name="MailboxLocations" Type="Collection(Edm.String)" />
<Property Name="AggregatedMailboxGuids" Type="Collection(Edm.Guid)" />
<Property Name="ExchangeSecurityDescriptor" Type="Edm.String" />
<Property Name="ExoExchangeSecurityDescriptor" Type="Exchange.ExoExchangeSecurityDescriptor" />
<Property Name="ExchangeUserAccountControl" Type="Edm.String" />
<Property Name="MessageTrackingReadStatusEnabled" Type="Edm.Boolean" />
<Property Name="ExternalOofOptions" Type="Edm.String" />
Expand Down Expand Up @@ -727,6 +728,7 @@
<PropertyPath>UnifiedMailbox</PropertyPath>
<PropertyPath>MailboxLocations</PropertyPath>
<PropertyPath>ExchangeSecurityDescriptor</PropertyPath>
<PropertyPath>ExoExchangeSecurityDescriptor</PropertyPath>
<PropertyPath>MessageTrackingReadStatusEnabled</PropertyPath>
<PropertyPath>Languages</PropertyPath>
<PropertyPath>DowngradeHighPriorityMessagesEnabled</PropertyPath>
Expand Down Expand Up @@ -893,6 +895,7 @@
<PropertyPath>MailboxLocations</PropertyPath>
<PropertyPath>AggregatedMailboxGuids</PropertyPath>
<PropertyPath>ExchangeSecurityDescriptor</PropertyPath>
<PropertyPath>ExoExchangeSecurityDescriptor</PropertyPath>
<PropertyPath>ExchangeUserAccountControl</PropertyPath>
<PropertyPath>IsMailboxEnabled</PropertyPath>
<PropertyPath>OfflineAddressBook</PropertyPath>
Expand Down Expand Up @@ -1006,6 +1009,14 @@
</Record>
</Annotation>
</EntityType>
<ComplexType Name="ExoExchangeSecurityDescriptor" BaseType="Exchange.ComplexEntry">
<Property Name="ControlFlags" Type="Edm.String" />
<Property Name="Owner" Type="Edm.String" />
<Property Name="Group" Type="Edm.String" />
<Property Name="SystemAcl" Type="Collection(Edm.String)" />
<Property Name="DiscretionaryAcl" Type="Collection(Edm.String)" />
<Property Name="BinaryLength" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="OpenComplexEntry" Abstract="true" OpenType="true" />
<ComplexType Name="GenericHashTable" BaseType="Exchange.OpenComplexEntry" OpenType="true" />
<ComplexType Name="MailboxStatistics" BaseType="Exchange.ComplexEntry">
Expand Down

0 comments on commit 0f29c37

Please sign in to comment.