Function CSPMime::SetCustomContentType()
Description:
Sets a custom content type for the MIME object.
 |
Prototype:
bool SetCustomContentType(const CSPString& strContentType);
Arguments:
- const CSPString& strContentType [IN]
The string containing the custom Content Type header.
Return value:
If successful, it returns true. Otherwise, it returns false.
|
|