Hi,
i've a vbs file that call outlook message and attach a pdf file..
All worked good until i've installed Office365
Muy code is:
out=createobject("outlook.application")
set namespace=out.getnamespace("mapi")
set mail=out.createitem(0)
mail.to="aaa@aaa.it"
mail.HTMLBody=MyHTML
mail.subject="TEST"
May be that outlook.application doesn't work anymore with this version of outlook..
Do you know how can I modify it in order to get it work?
THANKSSSSSSSSSSSSSSSSSSSSSSS
i've a vbs file that call outlook message and attach a pdf file..
All worked good until i've installed Office365
Muy code is:
out=createobject("outlook.application")
set namespace=out.getnamespace("mapi")
set mail=out.createitem(0)
mail.to="aaa@aaa.it"
mail.HTMLBody=MyHTML
mail.subject="TEST"
May be that outlook.application doesn't work anymore with this version of outlook..
Do you know how can I modify it in order to get it work?
THANKSSSSSSSSSSSSSSSSSSSSSSS