Function CSPMimePart::GetOutput()
Description:
Returns the content of the MIME part in text form.
 |
Prototype:
const CSPString& GetOutput() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string that contains the MIME part in text form.
Remarks:
You must call the member function Render() prior to a call to this function.
Usually, you won't have to call this member function. It is called by CSPMime class.
See also:
member functions Render()
|
|