Vcl.ExtActns.TSendMail.OnMailSendStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMailSendStatus: TMailSendStatusEvent read FOnMailSendStatus write FOnMailSendStatus;

C++

__property TMailSendStatusEvent OnMailSendStatus = {read=FOnMailSendStatus, write=FOnMailSendStatus};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Description

Occurs when the user exits the dialog prompted for composing the e-mail message.

Write an OnMailSendStatus event handler to take specific actions when the user exits the compose e-mail dialog. The event handler also takes as parameter a TMailSendStatus object representing the state of the e-mail message after the dialog was closed.

See Also