Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding hyperlink to body of outlook email message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00477057
Message ID:
00479324
Vues:
26
Barbara
Thanks so much for your help, this is working great.

John
\
>John,
>Just put the link in using the full URL with no quotes or HTML tags around it.
>
> http://www.sciencefair.org
>
>Outlook will automatically turn it into a URL when the recipient gets the message (just as UT did with the fake URL I used as an example).
>
>HTH
>Barbara
>
>
>>Hi;
>>
>>I want to generate an outlook email message from VFP that contains a link to a website.
>>Something like:
>>
>>#Define olMailItem 0
>>oOutLook=createobject('outlook.application')
>>oMailItem=oOutLook.CreateItem(olMailItem)
>>WITH oMailItem
>> .subject='Science Fair Judging'
>> .body='Hope you can be a judge at Science Fair again this year.'+chr(13)+;
>> chr(13+'Please fill out your form on our website.'
>>ENDWITH
>>
>>I want to make the words 'your form' a hyperlink to a URL.
>>
>>Any ideas would be appreciated.
>>
>>John
John Campbell
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform