Function CSPMimePart::AddHeader()
Description:
Adds a custom header for the MIME part.
 |
Prototype:
bool AddHeader(const CSPString& strHeader, const CSPString& strValue);
Arguments:
- const CSPString& strHeader [IN]
The name of the header.
- const CSPString& strValue [IN]
The value of the header.
Return value:
If succesful, it returs true. Otherwise, it returns false.
See also:
member functions Clear(), Render()
|
|