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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |