Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Indy Problem mit CodeGear™ RAD Studio 2007 (https://www.delphipraxis.net/101701-indy-problem-mit-codegear%99-rad-studio-2007-a.html)

halinchen 17. Okt 2007 18:14

Re: Indy Problem mit CodeGear™ RAD Studio 2007
 
Zitat:

Zitat von Steven2
Hast du ein Beispiel?

Nein, das ist ja das Problem.

Ich weiß selbst nicht so recht was TCollection eigentlich ist.

Probier einfach mal nur einen Parameter zu nehmen.

Delphi-Quellcode:
TIdAttachment.Create(IdMsgSend.MessageParts);
oder
Delphi-Quellcode:
TIdAttachment.Create(att.Strings[i]);
Wenn dann würde ich aber denken, das das erstere Richtig ist, das att.Strings[i] wahrscheinlich einen String und kein TCollection zurückgibt.

Steven2 18. Okt 2007 08:30

Re: Indy Problem mit CodeGear™ RAD Studio 2007
 
Cool...das erste hat gestimmt.
Jetzt hängt es nur noch hier:
Delphi-Quellcode:
    0: SMTP.AuthenticationType := atNone;
    1: SMTP.AuthenticationType := atLogin;
Freundliche Grüße
Steven

[EDIT] Habs rausgefunden:

Delphi-Quellcode:
0: SMTP.Authenticate;
1: SMTP.Authenticate;
Vielen Dank für die Hilfe :) :) :)


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

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