RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSendMail Class

TSendMail is the standard action for sending an email message.

Pascal
TSendMail = class(TCustomAction);
C++
class TSendMail : public TCustomAction;

ExtActns

Add TSendMail to an action list to let your application send email messages in response to user actions. Controls linked to this action cause the application to send a MAPI mail message containing the message specified in the Text property. 

 

TFileRun 

TSendMail

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!