MAPI problem (OpenInsight 32-bit Specific)
At 12 MAY 2003 08:00:35PM Jonathan Bird wrote:
I'm using MAPI to have OI send an email. Works OK on some workstations. However, on a Citrix terminal we get:
"Initialization of the dynamic link library "F:\OINSIGHT\OI2MAPI.DLL" failed. The process is terminating abnormally"
I suspect missing DLLs, but if so, which?
Any suggestions anyone?
J
At 12 MAY 2003 08:23PM Steve Smith wrote:
I tried to REGSVR32 the DLL, but an error arises. What code are you using to address the DLL?
Steve
At 13 MAY 2003 12:24AM Jonathan Bird wrote:
Here it is:
$insert MAPI_equates....flags =MAPI_LOGON_UI$+MAPI_DIALOG$message="message=Price list for customer ' : CustomerNamemessage= 'message= 'message =passfail.pdf'message =OutputFilemessage =1if MAPISendMail(0, 0, flags, message) elseget_status(display)val=msg(@window, display)end
At 13 MAY 2003 11:00AM [url=http://www.sprezzatura.com" onMouseOver=window.status= Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
Most likely MAPI32.DLL
World Leaders in all things RevSoft
At 14 MAY 2003 07:52AM David Goddard wrote:
G'day Jonathan,
Is MAPI available on the Citrix Terminal?
One way to see if MAPI is available is to check the Mail section in the WIN.INI file for the MAPI entry. This entry will have a value of 1 if Simple MAPI is installed; 0 if it is not installed.
For example, the entry will be the following if Simple MAPI is available:
MAPI=1
Microsoft Outlook or Outlook Express V4.0 or higher install the necessary Simple MAPI components (MAPI32.DLL). Other MAPI e-mail compliant programs may be used including Eudora Mail.