Hi,
Previously, I work with Outlook 2003 and install CDO in my machine.
This code snippet was work in Outlook 2003.
MAPI.SessionClass session = new MAPI.SessionClass();
session.Logon("", "", false, false, Type.Missing, Type.Missing, Type.Missing);
session.Logoff();
Recently, I upgrade to Outlook 2007 and found out that MAPI was not in Outlook 2007 anymore, may I know how to replace the code snippet above using Outllok 2007 API.
Regards
Kendy