uuid(0c834f57-592b-449b-b6a7-efb1fe21be69)
This interface provides the primary means for manipulating a single attachment object.
| Name | Description | 
|---|---|
| Initialize | Initializes the attachment to a known state & values | 
| Body [propget] | The attachment data | 
| Body [propput] | |
| TypeNameFormat [propget] | The format that the TypeName property takes. | 
| TypeNameFormat [propput] | |
| TypeName [propget] | The Type of the attachment | 
| TypeName [propput] | |
| ContentId [propget] | The Identifier for this attachment, by default this is generated by the attachment object as needed. | 
| ContentId [propput] | |
| Located [propget] | Indicates where the attachment data is currently located | 
| Uri [propget] | The Uri identifier for this attachment | 
| Uri [propput] | |
| Save | Saves an in memory attachment to the specified disk file | 
There is a standard implementation of this, you shouldn't need to implement this youself.
Call this interface to manipulate a particular attachment, either one being created to send with the request, or one returned from the server.
Copyright © Simon Fell, 2000-2004. All rights reserved.