Inheritance diagram for CP_MailMessage:
|
Constructor.
|
|
Destructor.
|
|
Returns true if we have attachments for this message.
|
|
Adds the passed in attachment object as an attachment to this message.
|
|
Removes the passed in attachment object from this message.
|
|
Removes the attachment at the 1 based index.
|
|
Removes all attachments from this message.
|
|
Returns the number of attachments to this message.
|
|
Return the list of attachments for this message.
|
|
Returns the nth attachment of this message.
|
|
Returns a header item that matches the passed in name.
|
|
Return the To field for this message.
|
|
Return the Subject field for this message.
|
|
Return the From field for this message.
|
|
Return the Date field for this message.
|
|
Returns the GMT offset of our data / time in this message
|
|
Return the list of people this message is being sent to.
|
|
Return the list of people this message is being sent ccd to.
|
|
Return the list of people this message is being bccd to.
|
|
Return a string that describes the version of the mailer program sending the message.
|
|
Formats the head for sending in this message.
|
|
Return the MIME version of this message.
|
|
Return the MIME content type of this message.
|
|
Return the boundry type between MIME sections of this message.
|
|
Returns the boundary header used to separate MIME sections.
|
|
Returns the MIME boundary terminator.
|
|
Sets the MIME version of this message.
|
|
Sets the content type of this message.
|
|
Sets the boundry marker of this message.
|
|
Returns true if there are receipients in our To list.
|
|
Returns true if there are receipients in our CC list.
|
|
Returns true if there are receipients in our BCC list.
|
|
Adds a new receipient to our To receipients list.
|
|
Adds a new receipient to our CC receipients list.
|
|
Adds a new receipient to our BCC receipients list.
|
|
Sets the To field of this message.
|
|
Sets the Subject field of this message.
|
|
Sets the From field of this message.
|
|
Sets the Date field of this message.
|
|
Sets the XMailerVers field of this message.
|
|
Format the date into the correct format for this message.
|
|
Returns a string containing all of the to receipients for this message.
|
|
Returns a string containing all of the CC receipients for this message.
|
|
Initialize the various fields of this message to default values.
Reimplemented from CP_InternetMessage. |
|
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.
|
|
|
|
Who the message is being sent to. |
|
Subject of the message. |
|
Who the message is from. |
|
Date & time message was sent |
|
Reply to person. |
|
Defines which mailer sent the message. |
|
List of people to send message to. |
|
List of people to cc message to. |
|
List of people to bcc message to. |
|
List of attachments for this message. |
|
Content type of message. |
|
Boundary between elements in message. |
|
|
|
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. |