Okay, we have a VFP6 application that sends mail using MAPISession, but
it isn't working when run on a W2K3 server which has Exchange Server and
Outlook installed on it. Both of those are service-packed up. Outlook
works and is the default mail app, mailto: at the prompt brings up a new
mail dialog. However our app, at the 'MAPISession.SignOn' stage, dies
with an 'unspecified error' from the MAPISession object.
I've tried the following VBScript:
dim MAPISession1
set MAPISession1 = CreateObject("MSMAPI.MAPISession")
MAPISession1.SignOn
MsgBox "Connected to session: " & CStr(MAPISession1.SessionID)
MAPISession1.SignOff
When run it too dies at the SignOn stage, with error 0x800A7D02
This is driving me insane and the customer is jumping up and down,
because they have remote users that run the app via TS, so they can't
email via the app.
Changing our app to use SMTP, CDO, BLAT or Craig Boyd's library etc is
not an option in the medium term. Anyone suggest anything?
--
Alan Bourke
[EMAIL PROTECTED]
--
http://www.fastmail.fm - Same, same, but differentÂ…
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.