Garethp

Second Delete New

Jan 26th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 1.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  3.                    xmlns:ns1="http://schemas.microsoft.com/exchange/services/2006/types"
  4.                    xmlns:ns2="http://schemas.microsoft.com/exchange/services/2006/messages">
  5.     <SOAP-ENV:Header>
  6.         <ns1:RequestServerVersion Version="Exchange2010"/>
  7.     </SOAP-ENV:Header>
  8.     <SOAP-ENV:Body>
  9.         <ns2:DeleteItem DeleteType="MoveToDeletedItems" SendMeetingCancellations="SendToNone">
  10.             <ns2:ItemIds>
  11.                 <ns1:ItemId
  12.                     Id="AAMkADhiZjhlMDZjLTc0MDItNDI5OS05NzIwLTYzZTY0NmFmYjcxMwBGAAAAAACovCg73uKqSJEOjHRwMiGeBwD5KryzNn7ZS4Mgr/QC8cL2AAAAAAENAAD5KryzNn7ZS4Mgr/QC8cL2AABBdLIVAAA="
  13.                     ChangeKey="DwAAABYAAAD5KryzNn7ZS4Mgr/QC8cL2AABBdlO6"/>
  14.             </ns2:ItemIds>
  15.         </ns2:DeleteItem>
  16.     </SOAP-ENV:Body>
  17. </SOAP-ENV:Envelope>
  18.  
  19. <?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  20. <s:Header>
  21.     <h:ServerVersionInfo MajorVersion="15" MinorVersion="0" MajorBuildNumber="1104" MinorBuildNumber="3" Version="V2_22"
  22.                          xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
  23.                          xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
  24.                          xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  25.                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  26. </s:Header>
  27. <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  28.     <m:DeleteItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"
  29.                           xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
  30.         <m:ResponseMessages>
  31.             <m:DeleteItemResponseMessage ResponseClass="Success">
  32.                 <m:ResponseCode>NoError</m:ResponseCode>
  33.             </m:DeleteItemResponseMessage>
  34.         </m:ResponseMessages>
  35.     </m:DeleteItemResponse>
  36. </s:Body>
  37. </s:Envelope>
Add Comment
Please, Sign In to add comment