3.1.4.6 CopyItem

This protocol uses the CopyItem operation specified in [MS-OXWSCORE] section 3.1.4.1 to copy a distribution list.

 <wsdl:operation name="CopyItem">
     <wsdl:input message="tns:CopyItemSoapIn" />
     <wsdl:output message="tns:CopyItemSoapOut" />
 </wsdl:operation>

Request

Message Format

Description

tns:CopyItemSoapIn ([MS-OXWSCORE] section 3.1.4.1.1.1)

The CopyItem ([MS-OXWSCORE] section 3.1.4.1.2.1) element that specifies the XML request MUST contain the following elements: the ToFolderId ([MS-OXWSCORE] section 2.2.4.16) element, whose type is t:TargetFolderIdType ([MS-OXWSFOLD] section 2.2.4.16), and the ItemIds ([MS-OXWSCORE] section 3.1.4.4.3.2) element, whose type is t:NonEmptyArrayOfBaseItemIdsType ([MS-OXWSCORE] section 2.2.4.31). The ItemIds element MUST contain one or more ItemId element with the t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) type. All other elements of ItemIds MUST NOT be specified.

Response

Message Format

Description

tns:CopyItemSoapOut ([MS-OXWSCORE] section 3.1.4.1.1.2)

Specifies the SOAP message returned by the server in response.