Path: csiph.com!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Greg Newsgroups: it.comp.lang.visual-basic Subject: Invio mail Date: Thu, 19 Oct 2017 22:18:26 +0200 Organization: solani.org Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15"; format=flowed Content-Transfer-Encoding: 8bit X-Trace: solani.org 1508444312 4414 eJwNyUkBwDAIBEBLNNxygA3+JaTzHWX7bFxMTXR1E4kwX7IJret1mQud2I6z8V8fCjRyRBD0ADEAEd8= (19 Oct 2017 20:18:32 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Thu, 19 Oct 2017 20:18:32 +0000 (UTC) X-NNTP-Posting-Host: eJwFwYEBwCAIA7CXtBYq5wiD/09YYse3l+jmtLHZ75Ozq9EUGtW68Hw5GcmYR0QsHqHugvADK6YRBw== Cancel-Lock: sha1:XBHR+865gTiMSMzvl2+Oy4NmfJw= X-Newsreader: MesNews/1.08.06.00-it X-User-ID: eJwFwQkBwDAIA0BLtEAGchYe/xJ654qD+gwO8/W9B+F2U8gNik9VZ6+G/rjNBaOtITLDmtwHHzQR9w== Xref: csiph.com it.comp.lang.visual-basic:19201 Ho bisogno di mandare una mail con Outlook, o meglio, precompilare il tutto e poi lasciare l'invio o meno all'utilizzatore. Per questo vorrei presentargli una mail con il cursore alla fine del testo e non all'inizio. Come fare? Questo il codice usato: mail = "mailto: mirko@gmail.com" sog = " ?subject=Invio Mail di prova " bod = "&body=Buongiorno, le scrivo per ..." s = ShellExecute(0&, vbNullString, mail & sog & bod, vbNullString, "C:\", SW_SHOWNORMAL) -- Greg