Event type signalled when a stream is accessed for the content of a message part.
TOnGetMessagePartStream = procedure (AStream: TIdStream) of object;
Parameters |
Description |
AStream |
Stream containing the contents of the message part. |
TOnGetMessagePartStream is an object procedure that represents the event type signalled when a stream is opened for a accessing the content of a TIdMessagePart instance.
TOnGetMessagePartStream is the type used to represent the TIdMessagePart.OnGetMessagePartStream event handler property.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|