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()
CSPMimePart | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd