ISoapAttachments::Append Method

HRESULT Append([in] ISoapAttachment * newNode);

Adds an attachment object to the end of the collection.

 

Parameters

newNode
ISoapAttachment *, [in]: the Attachment object to add to the collection

 

Return Values

 

Sample Code

' 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

 

See Also

The ISoapAttachments Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.