2.2.4.2 m:GetSharingMetadataResponseMessageType Complex Type
The GetSharingMetadataResponseMessageType complex type specifies the response message from the GetSharingMetadata operation, as specified in section 3.1.4.4. The GetSharingMetadataResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="GetSharingMetadataResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence minOccurs="0" > <xs:element name="EncryptedSharedFolderDataCollection" type="t:ArrayOfEncryptedSharedFolderDataType" /> <xs:element name="InvalidRecipients" type="t:ArrayOfInvalidRecipientsType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the GetSharingMetadataResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
EncryptedSharedFolderDataCollection |
t:ArrayOfEncryptedSharedFolderDataType (section 2.2.4.4) |
Specifies an encrypted payload from the server. |
InvalidRecipients |
t:ArrayOfInvalidRecipientsType (section 2.2.4.5) |
Specifies recipients that belong to an organization that does not enable sharing. |