Function CSPMime::Render()
Description:
Renders and encodes the contained MIME parts.
 |
Prototype:
virtual bool Render();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
Remarks:
Use the member function GetOutput() to get the rendered text of the MIME formatted message.
Normally, you don't have to use this function, but rather pass a reference to the MIME object to the member function CSPMail::Sent( CSPMime& ) that automatically renders the MIME object before it sends it.
|
|