Messaging API(MAPI) acces via Qt - c++

Does Qt have some Messaging API(MAPI) interface?
I have C++/Qt program and want to send email via message client (it could be Outlook or any messaging-type program "email client") but can't find module in Qt library to manage the process.
Could you please help me? Thanks.

Thanks all for the help! Today I found the solution. Maybe it will help someone in the future. So for sending Emails via Message Client on Desktop Machines you should use QDesktopServices module.

Related

Retrieve crash report programmatically on macOS

I am implementing my own C/C++ app using the Qt framework.
I want to retrieve the last crash log of my app at the time it crashes and send it to my API.
Is there a Apple native or terminal way to retrieve the log or do I have to retrieve it the hard way?
Thank you in advance.
Yes, but only if you publish your software via App Store. Crash reports are then gathered by the OS and can be retrieved on the App-Store-developer site. The user has the last say in whether the reports are delivered to Apple/you however.

c++ program /code to send sms to a mobile no. via internet?

i want to implement sms sending module in my project .i don't have any idea how to deal with it .
if anyone know or have C++ or Visual C++ code to send sms to a mobile no. via internet .from where i can get it or how can i implement it in visual studio.
You could use the twilio api if you want.
https://www.twilio.com/blog/2010/12/new-c-twilio-api-wrapper-by-laurent-luce.html

How to integrate Facebook chat into php website or application

I want to know about, how to integrate facebook chat into my application,
i did a lot of R&D and read and implement a lot of example but didn't work.
so please if you have a sure shot idea or application or anything that make it happen please reply on it..
Thanks in Advance..
You may want to look at the live stream plugin:
http://developers.facebook.com/docs/reference/plugins/live-stream/

IRC Chat for iPhone sdk?

I am planning to make an application with my friend. in this application there will IRC chat.. is there any one who could possibly give me a sample application for this. thanks
TC
Mobile Colloquy is open source.

How to integrate twitter with c++ application?

I have a C++ application that uses curl to go to log in to a website, get information, and then parse the information. Now I want to send myself an alert to my phone via sms or e-mail or I can I also send the alert to twitter and then get a notification that way.
My environment is windows vista and I use MSVS 8.
I just need something easy that i can throw together quick to notify myself when something on the webpage changes.
If there's anything that will work with curl (POST/GET), even better because I am already familiar with that.
thanks!
Twitcurl provides a Twitter API on top of cURL.