jojobear99 / PopTrayU

Bug Tracking Repository for open source project PopTrayU
GNU General Public License v2.0
0 stars 0 forks source link

Internationalized MAPI #7

Open jojobear99 opened 8 years ago

jojobear99 commented 8 years ago

Not as easy as it sounds. SendMail is in the WinApi package, but SendMailW will require using the windows library directly. And it turns out SendMailW may only available in Win8+.

https://msdn.microsoft.com/en-us/library/windows/desktop/hh707275%28v=vs.85%29.aspx