Function CSPMime::GetOutput()
Description:
Retrieves the rendered content of the MIME parts in text form.
 |
Prototype:
const CSPString& GetOutput() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to a string that contains the rendered MIME text.
Remarks:
You should fist call the member function Render()
|
|