Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.lang.visual-basic > #18770

Re: vb6 Outlok.application e base64

Path csiph.com!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail
From matteo@work <xxx@xxx.xxx>
Newsgroups it.comp.lang.visual-basic
Subject Re: vb6 Outlok.application e base64
Date Fri, 18 Mar 2016 10:18:21 +0100
Organization Aioe.org NNTP Server
Lines 36
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>
NNTP-Posting-Host eMq2MoOme3WX7ZAOSC8Rqw.user.gioia.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Complaints-To abuse@aioe.org
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0
X-Notice Filtered by postfilter v. 0.8.2
Xref csiph.com it.comp.lang.visual-basic:18770

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar


Thread

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