Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


MAPI Extender News




  Rev 27006 Dec 12, 2000 
       The MAPI extender has been updated to a new format
		to allow more descriptive function names and additional
		parameters.  This version of the extender requires
		WinBatch 2001A or newer to run.  This extender will 
		not work on WinBatch 2000C or older.
		
		In addition, so as not to affect existing scripts using 
		a previous version of this extender, the extender DLL 
		has been renamed to include a 34I in the DLL name 
		instead of a 32I.  Old and new versions of this 
		extender can *usually* co-exist side by side.
		
		To use the new extender with old scripts and with 
		WinBatch 2001A or newer you will need to change the 
		AddExtender line in the script to reflect the new DLL 
		name.   e.g.
		
		   AddExtender("wwmap32i.dll")
		should become
		   AddExtender("wwmap34i.dll")


Rev 27005 August 1st 2000 These changes were a result of a problem with how Exchange handled attachments. Changed mSendMailEx, to specify A value of -1 (0xFFFFFFFF) for nPosition in MapiFileDesc - means the attachment position is not indicated the client application will have to provide a way for the user to access the attachment.
Rev 27004 June 8th 2000 Changed mSendMailEx.
Rev 27003 June 2nd 2000 fixed problem with mSendmail and mLogon, not specifying a new session. added mSendMailEx, to handle mutilple recipients and attachments. mReadNext, fixed problem when no recipients were specified.
Rev 27001 July 26, 1999 added functions.
Rev 27002 Feb 29th 2000 fixed problem with mCompatible GPFing.
Rev 27000 December 4th, 1998 Beta release.

Article ID:   W14329
Filename:   !!NEWSFLASH!!.TXT