ReplyTo Class Reference
#include <kmime_headers_obs.h>
Inheritance diagram for ReplyTo:
Public Member Functions | |
| ReplyTo (Content *p) | |
| ReplyTo (Content *p, const TQCString &s) | |
| ReplyTo (Content *p, const TQString &s, const TQCString &cs) | |
| virtual const char * | type () |
Public Member Functions inherited from AddressField | |
| AddressField (Content *p) | |
| AddressField (Content *p, const TQCString &s) | |
| AddressField (Content *p, const TQString &s, const TQCString &cs) | |
| AddressField (const AddressField &a) | |
| AddressField & | operator= (const AddressField &a) |
| 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 () |
| bool | hasName () |
| bool | hasEmail () |
| TQString | name () |
| TQCString | nameAs7Bit () |
| TQCString | email () |
| void | setName (const TQString &s) |
| void | setNameFrom7Bit (const TQCString &s) |
| void | setEmail (const TQCString &s) |
Additional Inherited Members | |
Protected Attributes inherited from AddressField | |
| TQString | n_ame |
| TQCString | e_mail |
Detailed Description
Represents a "Reply-To" header.
Definition at line 115 of file kmime_headers_obs.h.
Constructor & Destructor Documentation
◆ ReplyTo() [1/4]
|
inline |
Definition at line 118 of file kmime_headers_obs.h.
◆ ReplyTo() [2/4]
|
inline |
Definition at line 119 of file kmime_headers_obs.h.
◆ ReplyTo() [3/4]
|
inline |
Definition at line 120 of file kmime_headers_obs.h.
◆ ReplyTo() [4/4]
|
inline |
Definition at line 121 of file kmime_headers_obs.h.
◆ ~ReplyTo()
|
inline |
Definition at line 122 of file kmime_headers_obs.h.
Member Function Documentation
◆ type()
|
inlinevirtual |
Definition at line 124 of file kmime_headers_obs.h.
The documentation for this class was generated from the following file:

Public Member Functions inherited from