Internet Direct (Indy) Version 9.0.2 Beta
TOnGetMessagePartStream
Specifies the event type for reading a message part from a stream.

TOnGetMessagePartStream = procedure (AStream: TStream) of object;
Description
TOnGetMessagePartStream is an event type used to signal events that occur while handling a message part that resides in a stream. TOnGetMessagePartStream is the event type used by the OnGetMessagePartStream event handler of TIdMessagePart.