Internet Direct (Indy) Version 9.0.1 Beta
TIdMessagePart.OnGetMessagePartStream
Event handler for retrieving a message part from a stream.

property OnGetMessagePartStream: TOnGetMessagePartStream;
Description
OnGetMessagePartStream is a TOnGetMessagePartStream event handler used to respond to the notification that a message part is available to be read from AStream.

An application must assign a procedure to OnGetMessagePartStream to allow a response to the event notification.