uuid(27ea280d-fc94-46f4-b18e-9eeeb6bd915e)
This interface represents a collection of attachments.
| Name | Description | 
|---|---|
| _NewEnum [propget] | Returns a standard COM enumerator. | 
| Count [propget] | The current number of attachments in the collection | 
| Item [propget] | Returns a particular attachment from the collection | 
| Find | Searches the collection for a specific attachment, based on its Id. | 
| Append | Adds the Attachment object to the end of the collection. | 
| Clear | Empties the collection | 
| Create | Creates a new Attachment, and appends it to the collection | 
There's a standard implementation of this interface provided, you shouldn't need to implement it.
Call this interface to create and access attachments stored in either the Request or Response collections.
Copyright © Simon Fell, 2000-2004. All rights reserved.