2.2.4.1 m:GetSharingFolderResponseMessageType Complex Type
The GetSharingFolderResponseMessageType complex type specifies the response message from the GetSharingFolder operation, as specified in section 3.1.4.3. The GetSharingFolderResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="GetSharingFolderResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence minOccurs="0" > <xs:element name="SharingFolderId" type="t:FolderIdType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Prefix |
Namespace URI |
Reference |
---|---|---|
m |
http://schemas.microsoft.com/exchange/services/2006/messages |
|
The following table lists the child elements of the GetSharingFolderResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
SharingFolderId |
t:FolderIdType ([MS-OXWSCDATA] section 2.2.4.35) |
Specifies the local folder identifier for a shared folder. |