CC Class Reference
#include <kmime_headers_obs.h>
Inheritance diagram for CC:
Public Member Functions | |
| CC (Content *p) | |
| CC (Content *p, const TQCString &s) | |
| CC (Content *p, const TQString &s, const TQCString &cs) | |
| virtual const char * | type () |
Public Member Functions inherited from To | |
| To (Content *p) | |
| To (Content *p, const TQCString &s) | |
| To (Content *p, const TQString &s, const TQCString &cs) | |
| virtual void | from7BitString (const TQCString &s) |
| virtual TQCString | as7BitString (bool incType=true) |
| virtual void | fromUnicodeString (const TQString &s, const TQCString &cs) |
| virtual TQString | asUnicodeString () |
| virtual void | clear () |
| virtual bool | isEmpty () |
| void | addAddress (const AddressField &a) |
| void | emails (TQStrList *l) |
| void | names (TQStringList *l) |
| void | displayNames (TQStringList *l) |
Additional Inherited Members | |
Protected Attributes inherited from To | |
| ObsAddressList * | a_ddrList |
Detailed Description
Represents a "CC" header.
Definition at line 179 of file kmime_headers_obs.h.
The documentation for this class was generated from the following file:

Public Member Functions inherited from