RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMimeAttachmentHandler.OnGetAttachment Event

Occurs for each attachment as it is read.

Pascal
property OnGetAttachment: TOnGetAttachmentEvent;
C++
__property TOnGetAttachmentEvent OnGetAttachment;

The MIME attachment handler generates this event as it reads each incoming attachment. 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!