IAttachmentManger::Response Property (read-only)

[propget] HRESULT Response([out, retval] ISoapAttachments ** collection);

An attachments collection, that consists of all the attachments the server returned.

 

Return Values

An attachments collection object.

 

Sample Code

mgr.send "http://services.foo.org", e.serialize
e.parse mgr

' the response SOAP message contains a href to an attachment, find it in the response collection
set resAtt = mgr.Response.find ( e.parameters.item(0).href )
wscript.echo resAtt.TypeName

 

See Also

The IAttachmentManger Interface | 

 

 

Copyright

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