- Xavier BOURGOIN
- PowerBuilder
- Wednesday, 6 March 2019 08:34 AM UTC
Hello,
I use to build outlook Email with OLE components and I want to insert the default digital signature in the htmlbody.
Someone can help me?
I give you part of my code with the variables declarations :
OLEObject viole_application
OLEObject ole_item, ole_attach
string vls_htmlbody
string vls_file
viole_application.ConnectToNewObject("outlook.application")
ole_item = viole_application.CreateItem(0)
ole_attach = ole_item.Attachments
...
vls_htmlbody = ...
vls_file = ...
...
ole_item.htmlBody = vls_htmlbody
//I want to insert here the default outlook digital signature
ole_attach.add(vls_fichier)
...
Thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.