Zitat:
procedure SaveToStream(AStream: TIdStream, const AHeadersOnly: Boolean = False);
AStream is a TIdStream descendant and represents the destination that will be used to write values in the message instance. AStream can be any TStream descendant suitable for use as the output stream in a TIdIOHandlerStream instance.
Wie bekomme ich so etwas hin ?
Ich kann nicht z.B. f := TIdStream.Create('FileName', fmCreate) benutzen, obwohl ich im Uses dir IdStream Datei mit reingebracht habe.