Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TOnGetMessagePartStream
See Also
,
Unit: IdMessage
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
.