I know there OutlookEx but I do not know how to use it, here's the problem, let's say I have
recipient@email.com; My subject; My Message; 3
I was intending to send an email to "recipient@email.com" with the subject "My subject" and contains "My Message" by using a 3rd email account (I have multiple email accounts in outlook) I tried using the substitute account _InetMail sender by sending keystroke,
ControlClick("[CLASS:rctrl_renwnd32]","", "[CLASS:Button; INSTANCE:2]") For $n = 1 To $index Send("{DOWN}") Next Send("{ENTER}")
but I think this method is less precise, because I am frustrated with this, I finally tried to use another language, I tried C#, I managed to make a script that can do this, but this would make me trouble because it will make me translate the entire code that I have written in AutoIt to C #, so I'm posting this here hoping someone has a solution to this.