HRESULT Append([in] ISoapAttachment * newNode);
Adds an attachment object to the end of the collection.
' take the attachment from this response, and send it in the next request
dim mgr, a, e
e.parse mgr
set a = mgr.Response.Find(e.parameters.item(0).href)
set mgr = CreateObject("pocketSOAP.Attachments")
mgr.Request.Append a
Copyright © Simon Fell, 2000-2004. All rights reserved.