Inheritance diagram for CP_InternetMessage:
Public Member Functions | |
Constructor / Destructor | |
CP_InternetMessage () | |
Constructor. | |
virtual | ~CP_InternetMessage () throw () |
Destructor. | |
Protected Attributes | |
CP_String | fBody |
CP_String | fHeader |
bool | fIsIncomingMessage |
bool | fHeaderIsFormatted |
Private Member Functions | |
Initialization | |
void | Init () |
|
Constructor.
|
|
Constructor.
|
|
Return the body section of the message.
|
|
Return the header section of the message.
|
|
Adds a new member to the header.
|
|
Sets the body section of the message.
|
|
Sets the header section of the message.
|
|
Set the flag to indicate if this is a message we are receiving, or sending. If inIsIncoming is true, then this is a received message.
|
|
Set a flag to indicate if the header is formatted for sending.
|
|
Returns the IsIncomingMessage flag.
|
|
Returns the flag to indicate if the message is formatted for sending.
|
|
Initialize all data members to default or empty values.
Reimplemented in CP_MailMessage. |
|
|
|
The body of the message in a CP_String object. |
|
The header of the message in a CP_String object. |
|
Flag to indicate if this is an incoming message. |