c++ - getting default email client mac OSX cpp -
c++ - getting default email client mac OSX cpp -
here problem, have create multi-platform app in c++ in wich there button open defqult mail service client send mail. yeah, managed windows, , have mac osx don't seems find anyway so. :/
so there way (syscall or this) open default mail service client few parameters passed? (just email adresse juste fine)
thanks in advance answers, have day.
if can utilize objective-c++ seek this:
[[nsworkspace sharedworkspace] openurl:[nsurl urlwithstring:@"mailto:my@mail.com"]]
otherwise seek url default email client using function launch services reference:
lscopydefaultapplicationurlforcontenttype
c++ osx email
Comments
Post a Comment