Search found 299 matches: mapi

Return to advanced search

... you are supposed to put the address in the 7th postion. I am not sure about this, but it is worth a try. Also below is another method of sending MAPI mail using only xHarbour that was posted by Ron Pinkas some time ago. Perhaps that will work. James From: "Ron Pinkas" <Ron@remove-this.xharbour.com> ...
by James Bott
Wed Mar 01, 2006 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

... nRetCode IF empty(cToWhom) Msginfo("Invalid Email Address!") RETURN NIL ENDIF if ! Empty(cFiles) aadd(afiles,{cfiles,""}) endif * nRetCode := MAPILogOn() /* IF nRetCode == -1 MsgStop( "Error initializing mail" ) RETURN NIL ENDIF */ nRetCode = MAPISendMail( , , ,; DToS( date() ) + " " + time(), ...
by Randal
Tue Feb 28, 2006 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

Randal,

So, if I understand you correctly, you are calling the MAPI client from a 32bit FWH program? Can we see the code doing the calling?

James
by James Bott
Tue Feb 28, 2006 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

James,

This is a 16-bit app but I'm calling a 32-bit program written in FWH/xHarbour and passing the email address as a command line argument. This works fine with Outlook Express and other mapi programs.

Thanks,
Randal
by Randal
Tue Feb 28, 2006 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

... FWH app to send the mail (called from the 16bit app). If it is not a 16bit app, then how are you formatting the email address you are sending to MAPI? James
by James Bott
Tue Feb 28, 2006 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

... messed up on a particular PC that causes the problem. It may be a registry issue. One user reported that after he added a new Hotmail account that MAPI stopped working. He removed the HOTMAIL account and MAPI still didn't work. Even removing and reinstalling Outlook didn't solve the problem. This ...
by James Bott
Mon Feb 27, 2006 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

Verificare la presenza di Outlook

... posso verificare se Outlook è installato ? In pratica se è presente Outlook voglio inviare una mail i comandi OLE di Office altrimenti tramite MAPI. Posso verificare l'esistenza di Outlook quando chiamo oOutlook:=CreateObject("Outlook.Application") ? Ho controllato sulla guida di xHarbour che ...
by Marco Turco
Thu Feb 23, 2006 4:13 pm
 
Forum: All products support
Topic: Verificare la presenza di Outlook
Replies: 1
Views: 1064

... but in Outlook there is not a solution at this moment so I am going to manage the email sending via OLE if Outlook is installad as client and via MAPI if it is not installed. However I take a look into the Fivewin tMail class and there is a "aOrigin" parameter but Outlook doesn't send the email ...
by Marco Turco
Tue Feb 21, 2006 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interactive mail via Outlook
Replies: 8
Views: 2455

Marco, I always used the mapi class to send emails without problems but it now doesn't runs anymore with Outlook 2003 due to a Microsoft bug . This bug is reported in the article 872896. Now I remember, we discussed this a short time ...
by James Bott
Tue Feb 21, 2006 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interactive mail via Outlook
Replies: 8
Views: 2455

Hi James, I always used the mapi class to send emails without problems but it now doesn't runs anymore with Outlook 2003 due to a Microsoft bug . This bug is reported in the article 872896. -- From MSN --- The From field is blank in an ...
by Marco Turco
Tue Feb 21, 2006 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interactive mail via Outlook
Replies: 8
Views: 2455

Inviare una mail in modo interattivo tramite Outlook

... di errore. Inoltre, esiste un sistema per capire se Outlook è installato ? Nel caso non lo sia infatti vorrei inviare la mail utilizzando MAPI in quanto Outlook Express per esempio non supporta i comandi OLE. Grazie in anticipo. Saluti Marco Turco FUNCTION SendMail() LOCAL oOutLook,oMailItem,oRecip,oAttach ...
by Marco Turco
Mon Feb 20, 2006 12:17 pm
 
Forum: All products support
Topic: Inviare una mail in modo interattivo tramite Outlook
Replies: 0
Views: 643

... was never setup to attached to a mail server. Can you send a normal mail from the same machine? It only gives this message when you send mail via MAPI? James
by James Bott
Tue Jan 24, 2006 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

... ...." Do this sample succesfully runs for you ? Do I need to include any special lib in xHarbour compilation in order to succesfully access at the MAPI system ? < For Gale - Could you send me a working sample to send an email ?> Thanks in advance, Marco *** #include "FiveWin.ch" #include ...
by Marco Turco
Tue Jan 24, 2006 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

I use Outlook 2003 and FWH Mapi just fine.
by Gale FORd
Mon Jan 23, 2006 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136

Marco, OK. I have found MAPI to be very picky about the format of the data. So, you might try creating the very simplest message you can (using no arrays) and see if you can get that to work with Outlook 2003. If so, then you can add ...
by James Bott
Mon Jan 23, 2006 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 11136
PreviousNext

Return to advanced search