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