Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting date/time in signature?
Message
De
04/06/2002 17:04:52
 
 
À
04/06/2002 14:36:56
Information générale
Forum:
Microsoft Office
Catégorie:
Outlook
Divers
Thread ID:
00664659
Message ID:
00664728
Vues:
20
>Hi all,
>
>Sometimes mail doesn't get delivered as fast as we'd like, so I was wondering if there was a way to automatically insert a date/time stamp at the bottom of my email messages. I can't find anything in Outlook itself, but was wondering if there was some kind of add-on that does this.
>
>Thanks much,
>
>John

John,

I should have included more of an example in my previous message.........
SELECT * from machines WHERE modelname='Greg' INTO CURSOR temp
loOutlook = CREATEOBJECT('outlook.application')
lcBody =FILETOSTR('email.htm') && .htm file created in Word 2000
SCAN
  loEmailItem=loOutlook.createItem(0)
  loEmailItem.To=temp.email1
  loEmailItem.Subject='This is the subject'
  dtstamp=TTOC(DATETIME())
  datetimestamp='<p><b><fontsize="5">Date/Time '+dtstamp+',</font></b></p>'
  loEmailItem.HTMLBody=lcbody+datetimestamp
  loEmailItem.Send
ENDSCAN
loOutlook=.null.
RELEASE loOutlook	
CLOSE DATABASES 
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform