![]() |
AW: Am Mailserver GMX anmelden
Nochmals an alle die an der Lösung beteiligt waren,
es fehlte tatsächlich die Zuweisung
Delphi-Quellcode:
Wie konnte ICH das nur übersehen????
idmsgSendeMessage.From.Text := edtMailAdresse.Text;
Nochmals an allen vielen Dank für Eure Hilfe und Unterstützung. HPB |
AW: Am Mailserver GMX anmelden
Ich hätte jetzt eher auf
Delphi-Quellcode:
getippt, aber OK.
idmsgSendeMessage.From.Adress
|
AW: Am Mailserver GMX anmelden
Zitat:
Danke für den Hinweis. |
AW: Am Mailserver GMX anmelden
Es ist doch gar nicht so schwer
Delphi-Quellcode:
TIdEMailAddressItem = class(TCollectionItem)
published {This is the E-Mail address itself } property Address: string read FAddress write FAddress; { This is the person's name } property Name: string read FName write FName; { This is the combined person's name and E-Mail address } property Text: string read GetText write SetText; {Extracted domain for some types of E-Mail processing} property Domain: string read GetDomain write SetDomain; property User: string read GetUsername write SetUsername; end;
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:30 Uhr. |
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