question about wxAutomationObject and Outlook Express Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
smallwolf
Experienced Solver
Experienced Solver
Posts: 69
Joined: Sun Aug 26, 2007 11:02 pm

question about wxAutomationObject and Outlook Express

Post by smallwolf »

hello:
i just read the documentation of wxAutomationObject, and
the using it with Excel. is it possible to use it with the
Outlook Express to send email?
(i use the wxEmail class to test sending email,and it works fine, i want to know another way to work)

if the answer is "yes", could you show me some codes?

have a nice day! :)
timg
Earned some good credits
Earned some good credits
Posts: 148
Joined: Mon Jan 23, 2006 6:52 pm

Post by timg »

I don't believe Outlook Express has a documented Object Model, so Excel-like automation is probably not possible.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Post by doublemax »

using MAPI to send email through Outlook should work.

http://forums.wxwidgets.org/viewtopic.php?t=23452
Use the source, Luke!
Post Reply