TOnGetMessagePartStream
Specifies the event type for reading a message part from a stream.
TOnGetMessagePartStream = procedure (AStream: TStream) of object;
Unit
Parameters
AStream
The stream containing the message part.
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.