I tried the following code but it is showing error in the header file itself and my code is not properly running.
#include <OutlookEx.au3>
$oOL = _OL_Open()
_OL_Wrapper_SendMail($oOL, "John Doe", "", "", "Testmail", "<b>Test</b>", "", $olFormatHTML, $olImportanceHigh)
_OL_Close($oOL)
Can anyone please help me out with this ?
I really don’t know whether
#include <OutlookEx.au3>
This is really a predefined header file.
kindly suggest me a way to sort this out else please help me to automate sending of a defined mail without using this header file.
Thanks in Advance