Oppure

Loading
13/10/09 15:05
camaleonteplus
io sto utilizzando il componente Indy SMTP e Message ma non riesco a eliminare i dati riguardo alla versione, ogni volta che invio una email nel sorgente si legge che è stato inviato con Indy 9.0 ho letto nel manuale ma più di questo non sono riuscito a trovare mi potete dare una mano?

Identifies the version number for the Indy component suite.
Pascal
property Version: string;
Description
Version is a read-only String property that identifies the version number for the Internet Direct (Indy) components installed on your computer.
Version returns the value specified in gsIdVersion in the return value.
See Also
TIdBaseComponent.GetVersion
gsIdVersion

Segue...

Version number for Indy component suite.
Pascal
function GetVersion: string;
Returns
String - version number for the Indy component suite.
Description
GetVersion is a String function used as the read access specifier for the Version property and returns the Internet Direct (Indy) version number for the components installed on your computer.
GetVersion returns the value specified in gsIdVersion as the return value.
See Also
TIdBaseComponent.Version
aaa
14/10/09 18:25
camaleonteplus
[CODE]From - Wed Oct 14 20:09:21 2009
X-Account-Key: account2
X-UIDL: ALVoUtQAADlUStYTwA0oFXW0c88
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:
X-Apparently-To: [email]camaleonteplus@yahoo.it[/email] via 212.82.104.181; Wed, 14 Oct 2009 11:09:04 -0700
X-YahooFilteredBulk: 62.13.171.46
X-YMailISG: xel7RXgWLDtpoyaHFTEPwG1jbzJ6o43nwbUat32ALxoLXK3k1IHoz_drD1Y7beGLprCno7zXfgo7HMWtyGckh_TdhhvIj9ZeBRra4msb21gGJcYSDNRZnISNeuHrwyXJtKn8FPZx4yevP4wxWAqtg2.ahJ8Brtk7L1vFqnarzmJ5i0XdpUyEj54hDcC9kZIKvuGcYaNw8sji3S7vcKNeBaUtFbVo2_m8bF6XbeHolpF40Vs_JlIgwVyETjcTBXghW4p_WdxcfKZ0rGy8dmzl60li4Cav0NMcTm5Hyw--
X-Originating-IP: [62.13.171.46]
Authentication-Results: mta1056.mail.sp2.yahoo.com from=yahoo.it; domainkeys=neutral (no sig); from=yahoo.it; dkim=neutral (no sig)
Received: from 127.0.0.1 (EHLO relay2.tre.it) (62.13.171.46)
by mta1056.mail.sp2.yahoo.com with SMTP; Wed, 14 Oct 2009 11:09:04 -0700
Received: from miummr0mt01.um.ced.h3g.it ([10.216.58.129])
    by relay2.tre.it with ESMTP id n9EI8t0A004163
    for <camaleonteplus@yahoo.it>; Wed, 14 Oct 2009 20:08:55 +0200
Received: from Indy ([94.161.184.99])
    by miummr0mt01.um.ced.h3g.it (MOS 3.6.5-GR)
    with ESMTP id BPT44449;
    Wed, 14 Oct 2009 20:08:29 +0200 (CEST)
Message-Id: <200910141808.BPT44449@miummr0mt01.um.ced.h3g.it>
From: "prova" <prova@yahoo.it>
Subject: Indy
To: [email]camaleonteplus@yahoo.it[/email]
Date: Wed, 14 Oct 2009 20:08:55 +0200
X-Priority: 3
X-Library: Indy 9.00.10
X-Mailer: Thunderbird
X-Antivirus: avast! (VPS 091013-0, 13/10/2009), Inbound message
X-Antivirus-Status: Clean
Prova Indy[/CODE]
Come puoi notare compare in X-Library: Indy 9.00.10
aaa