Function CSPMime::GetContentType()
Description:
Retrieves the Content Type header of the MIME object.
 |
Prototype:
CSPString GetContentType() const;
Arguments:
No arguments (void).
Return value:
Returns a string that contains the content type of the MIME object.
Remarks:
This information is needed particularly when this whole MIME object is actually a part of another MIME object.
|
|