protfromkpax Posted January 26, 2015 Posted January 26, 2015 Hello, I need to using "_INetMail" open a new e-mail, which will be in the "subject" text containing non-standard characters (ěščřžýáíé - Czech alphabet characters). AutoIt is able to display these characters correctly and to work with them (MsgBox, IniRead, IniWrite ...), but when using _INetMail open a new mail, the place of these characters is "?????". Is it possible to somehow send directly unicode character? (U+010D, U+0115, U+0148 ...) Or another solution? Thank you
protfromkpax Posted January 28, 2015 Author Posted January 28, 2015 ...and this is the solution: $mail = "xxx@yyy.zzz" $mailto = "mailto:" & $mail & "&subject=ěščřžýáíé" Send("{lwin}" & $majlto & "{enter}") ...but not good...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now