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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!