Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18770
| From | matteo@work <xxx@xxx.xxx> |
|---|---|
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: vb6 Outlok.application e base64 |
| Date | 2016-03-18 10:18 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <ncgh52$9it$1@gioia.aioe.org> (permalink) |
| References | <ncc523$1il2$1@gioia.aioe.org> <ncc5hi$1jk4$1@gioia.aioe.org> <ncemic$1n0c$1@gioia.aioe.org> |
On 17/03/2016 17:38, Sauro wrote:
>> "Franz_aRTiglio" ha scritto nel messaggio
>>
>> Scriveva Sauro mercoledì, 16/03/2016:
>>
>>> Sul mio cellulare (android) l'immagine arriva.
>>> Con OutLook express o Outlook no.
>>
>> Purtroppo mi sa che è una guerra persa:
>>
- ti crei una mail template inserendo immagini e quanto serve
- la richiami tramite codice:
Sub CreateFromTemplate()
Dim MyItem As Outlook.MailItem
Set MyItem = Application.CreateItemFromTemplate("C:\statusrep.oft")
MyItem.Display
End Sub
- modifichi quello che devi modificare e la invii.
(da
http://stackoverflow.com/questions/19383290/how-do-i-open-an-outlook-msg-file-from-my-harddrive-that-is-not-in-outlook)
L'unico dubbio è se assegnando un valore al body cancelli anche gli
oggetti contenuti nell'email.
Un'altra possibilità è creando una firma ad hoc aggiungendola ad ogni
email che crei
(http://stackoverflow.com/questions/8994116/how-to-add-default-signature-in-outlook)
Purtroppo non ho un PC con Outlook sottomano per provare ;-)
Ciao
Matteo
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Re: vb6 Outlok.application e base64 Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2016-03-16 18:37 +0100
Re: vb6 Outlok.application e base64 "Sauro" <vicchi@crsscala.it> - 2016-03-17 17:38 +0100
Re: vb6 Outlok.application e base64 Greg <greg@alicie.com> - 2016-03-17 21:49 +0100
Re: vb6 Outlok.application e base64 "Sauro" <vicchi@crsscala.it> - 2016-03-18 09:19 +0100
Re: vb6 Outlok.application e base64 Greg <greg@alicie.com> - 2016-03-18 14:18 +0100
Re: vb6 Outlok.application e base64 "Sauro" <vicchi@crsscala.it> - 2016-03-18 18:10 +0100
Re: vb6 Outlok.application e base64 Greg <greg@alicie.com> - 2016-03-19 10:39 +0100
Re: vb6 Outlok.application e base64 matteo@work <xxx@xxx.xxx> - 2016-03-18 10:18 +0100
Re: vb6 Outlok.application e base64 "Sauro" <vicchi@crsscala.it> - 2016-03-18 10:46 +0100
Re: vb6 Outlok.application e base64 "Sauro" <vicchi@crsscala.it> - 2016-03-18 15:20 +0100
csiph-web