The EmailSettings.Body property is a TStringList. You can simply assign the Memo.Lines property to the EmailSettings.Body property to set the contents of the memo to the body of the email.
There is no OnComplete event however you can use the OnStatusChange event of the TppEmail object to determine when the email has been sent. Status = Success means the email has been successfully sent.
Adding a signature to the body must be done manually after the rest of the text has been assigned. Images/HTML emails are not currently supported for the MAPI and Indy plugins. The EasyMAPI plugin does support this however you will need to purchase EasyMAPI in order to utilize this feature.
Comments
Cheers
SteveW
The EmailSettings.Body property is a TStringList. You can simply assign the
Memo.Lines property to the EmailSettings.Body property to set the contents
of the memo to the body of the email.
There is no OnComplete event however you can use the OnStatusChange event of
the TppEmail object to determine when the email has been sent. Status =
Success means the email has been successfully sent.
Adding a signature to the body must be done manually after the rest of the
text has been assigned. Images/HTML emails are not currently supported for
the MAPI and Indy plugins. The EasyMAPI plugin does support this however
you will need to purchase EasyMAPI in order to utilize this feature.
http://www.rapware.com
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com