Here are the essentials of the code I use to include graphics in a signature 
line.
**.GetInspector, lcSig suggested by Fred Taylor 10/1/2010
loMailItem = loFolder.Items.Add()
WITH loMailItem
   .GetInspector()   && Should load your default signature (among other things 
it does to your Mail item)
   lcSig= .HtmlBody             && MUST use HtmlBody if graphics in sig
   .SentOnBehalfOfName = 'den...@cbsds.com'     && From, see: 
http://support.microsoft.com/kb/232309 
   .TO= lcTO            
   .Subject= ''         
   .Body= ''            
   IF FILE(lcOutPutFile)
      .Attachments.Add( lcOutPutFile)
      .HtmlBody= ALLTRIM( .HtmlBody) + CHR(13) + lcSig
   ENDIF 
   .Display()
ENDWITH

Hope this helps.
Dennis
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Sytze de 
Boer
Sent: Wednesday, October 14, 2015 3:18 PM
To: profoxt...@leafe.com
Subject: Re: MsOutlook Signature

Correct, HTML


On Wed, Oct 14, 2015 at 11:45 AM, Mike Copeland <m...@ggisoft.com> wrote:

> Have to ask...you are using HTML for the body source?
>
> Mike Copeland
>
> Sytze de Boer wrote:
>
>> With a number of my clients I configure my accounting software to 
>> send invoices via Outlook This is working fine, except, the Outlook 
>> signature is not including the picture as part of the signature.
>> Can anyone throw some light on this?
>>
>>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/AE18F449479D7E4688F74460A1B958230E510438@DC.cbsds.local
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to