Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi ContentType Funktioniert nicht! (https://www.delphipraxis.net/12879-contenttype-funktioniert-nicht.html)

sakura 5. Dez 2003 16:30

Re: ContentType Funktioniert nicht!
 
Zitat:

Zitat von bixi400
Woran könnte das Liegen?

Gute Frage, ich stochere da auch etwas im Dunkeln, bei mir macht er es nämlich :?

...:cat:...

bixi400 5. Dez 2003 16:31

Re: ContentType Funktioniert nicht!
 
Sende mal den ganzen Code wie du eine E-Mail verschickst!

sakura 5. Dez 2003 16:37

Re: ContentType Funktioniert nicht!
 
Ich habe mir da schon viel angepasst und eigentlich hast Du hier alles. Aber ich habe mal einen Tipp, den Du testen solltest.

In der Indy-Unit IdIOHandlerStream.pas gehe zur Methode constructor TIdIOHandlerStream.Create(AOwner: TComponent); und korrigiere die rot markierte Zeile. Dann sollte es wahrscheinlich gehen ;-) (Indy-Bibliothek neu kompilieren!)

Code:
constructor TIdIOHandlerStream.Create(AOwner: TComponent);
begin
  inherited;
  [color=#ff0000]FFreeStreams := False;[/color]
end;
...:cat:...

sakura 5. Dez 2003 16:40

Re: ContentType Funktioniert nicht!
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hier ansonsten mal noch das volle Programm ;-) Ich bin ja nicht so. Allerdings speichere ich es einfach auf die HDD - das Senden selbst ist ja egal.


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:17 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz