Outlook 2010

Page may contain affiliate links. Please see terms for details.

Noodle-Pulp

Active Member
Joined
Aug 4, 2009
Messages
798
Location
Northants
Car
C250CGI, previous C230 Coupe, SLK200, C200 Coupe
Hi
:confused:
I've been told (haven't seen it for myself yet) that Outlook 2010 doesn't use MAPI anymore. I have a script I run on my PC from time to time that means I don't need to go into Outlook to send an email.

It's a simple vbscript, I'm wondering will this need to be changed if I upgrade, and for extra extra points can anyone rustle up a vbscript file that can do the same as just send a simple email via Outlook, with a subject and body of text - no attachment or anything special.
:thumb:
TIA.
 
MAPI should be fine, what will be missing is CDO, thats if your using the function CreateObject("mapi.session")
 
thanks I used to use CreateObject("mapi.session")
now I have CreateObject("Outlook.Application") and then use a namespace for MAPI,
I guess if the mapi.session is the only thing that I need to worry about, problem solved :)
Thanks
 

Users who are viewing this thread

Back
Top Bottom