|
|
|
| acSendMail component.
|
| type
|
| TacSMTPCantAttachEvent = procedure(Sender: TObject; FileName: String) of object;
|
|
|
| property OnCantAttach: TacSMTPCantAttachEvent;
|
| The OnCantAttach event occurs if the component could not read the file which should be attached (listed in Attach property).
|
|
|
| Attach property; Abort method.
|