|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Assignment operator.
|
|
Attach the data pointed to by inAttachmentSpec. This method will open the file, read and compress it, and then store the compressed data in a CP_HandleBlock object. NOTE: This method will throw an exception if it cannot correctly get and encode the data.
|
|
Return the MIME encoding header for this attachment.
|
|
Returns the title of this attachment.
|
|
Returns the file name of this attachment.
|
|
Returns the data of this attachment.
|
|
Returns the data length of our data.
|
|
Returns the MIME content of this attachment.
|
|
Return the type of encoding used for this attachments data.
|
|
Returns the CP_DataEncoder used to encode this attachment.
|
|
Sets the title for this attachment.
|
|
Sets the data encoder for this attachment.
|
|
Sets the data for this attachment.
|
|
Sets the content type for this attachment.
|
|
Sets the content for this attachment from the passed in string.
|
|
Finish initializing this object.
|
|
Name (title) of the attachment. |
|
CP_FileSystemSpec for the file containing the attachment data. |
|
|
|
CP_DataEncoder used to encode the data for this object. |
|
CP_HandleBlock object containing the data of this attachment. |
|
Are we responsible for freeing the fData object? |
|
MIME version of the attachment. |
|
Boundary marker for the attachment. |