Advertisement
Garethp

Second Delete Old

Jan 26th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 1.97 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/QC8cL2AABBdLIUAAA="
  13.                     ChangeKey="DwAAABYAAAD5KryzNn7ZS4Mgr/QC8cL2AABBdlO4"/>
  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="14" MinorVersion="3" MajorBuildNumber="195" MinorBuildNumber="1"
  22.                          Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
  23.                          xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
  24.                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  25.                          xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
  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="Error">
  32.                 <m:MessageText>The specified object was not found in the store.</m:MessageText>
  33.                 <m:ResponseCode>ErrorItemNotFound</m:ResponseCode>
  34.                 <m:DescriptiveLinkKey>0</m:DescriptiveLinkKey>
  35.             </m:DeleteItemResponseMessage>
  36.         </m:ResponseMessages>
  37.     </m:DeleteItemResponse>
  38. </s:Body>
  39. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement