Hello,
On a computer of one of my costumers, something very strange happens.
I try to send an email from my FWH-application through Outlook 2003.
To start my email, I use this code :
Whatever I try, EmSend is always .F.
What can be the reason for this behaviour ? I have several hundreds of other PC's who don't have this problem.
Thank you very much in advance.
On a computer of one of my costumers, something very strange happens.
I try to send an email from my FWH-application through Outlook 2003.
To start my email, I use this code :
TRY
oMail := oOutLook:CreateItem(olMailItem)
EmSend := .T.
CATCH
TRY
oMail := oOutLook:CreateItem(olMailItem)
EmSend := .T.
CATCH
EmSend := .F.
END
ENDWhatever I try, EmSend is always .F.
What can be the reason for this behaviour ? I have several hundreds of other PC's who don't have this problem.
Thank you very much in advance.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773