Internet Direct (Indy)
|
Providess access to a RFC-822 message as a stream construct.
property SourceStream: TIdStream;
SourceStream is a TStream property in TIdMessageDecoder that provides access to the contents of an RFC-2822 message part. SourceStream is used in the ReadLn and ReadLnSplit methods to retrieve a single line from the RFC 2822-compliant message part.
Applications are responsible for creating and assigning the TStream instance for the SourceStream property. SourceStream is freed in the Destroy method.
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. |