RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMimeAttachmentHandler.OnSendAttachment Event

Occurs for each attachment that is added to a multipart form to be sent.

Pascal
property OnSendAttachment: TOnSendAttachmentEvent;
C++
__property TOnSendAttachmentEvent OnSendAttachment;

The MIME attachment handler generates this event as it adds each outgoing attachment to the multipart form. Classes that use the MIME attachment handler, such as TRio or TSoapPascalInvoker, assign their own event handlers as the value of this event. 

 

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