Search found 299 matches: mapi

Return to advanced search

Re: GPF con Mapi bajo Windows 7

Rafa,

Aqui lo tienes construido hace unos minutos desde el SVN:

http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_bcc582_20120531.zip&can=2&q=

y probado con FWH\samples\TestMail.prg funcionando bien :-)
by Antonio Linares
Thu May 31, 2012 8:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF con Mapi bajo Windows 7
Replies: 14
Views: 2565

Re: GPF con Mapi bajo Windows 7

Antonio, ¿ de donde me bajo el ultimo Harbour que usas ? Porque yo uso el del SVN...

A ver si consigo ver donde está el problema.
by thefull
Thu May 31, 2012 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF con Mapi bajo Windows 7
Replies: 14
Views: 2565

Re: GPF con Mapi bajo Windows 7

Funcionando correctamente con FWH 12.04, el Harbour más reciente y Windows 8 (beta) :-)
by Antonio Linares
Thu May 31, 2012 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF con Mapi bajo Windows 7
Replies: 14
Views: 2565

Re: GPF con Mapi bajo Windows 7

¿ Conseguistes una solución a este problema ?

Me pasa lo mismo con Harbour 2.1 o Harbour 3.0 con FWH 10.08 ...

Saludos
by thefull
Thu May 31, 2012 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF con Mapi bajo Windows 7
Replies: 14
Views: 2565

Re: Bad Email Dreams ...

These are single emails with attachments. I'm going to create several options for them to use, including SMTP, Outlook, standard MAPI ( in case they have another email client ). Of course those who do strictly web based email clients don't understand why we can't email through them ( though ...
by Randal
Tue May 15, 2012 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 20571

Re: Bad Email Dreams ...

... worked. Thanks. These are single emails with attachments. I'm going to create several options for them to use, including SMTP, Outlook, standard MAPI ( in case they have another email client ). Of course those who do strictly web based email clients don't understand why we can't email through ...
by TimStone
Mon May 14, 2012 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 20571

Re: Bad Email Dreams ...

... ) and the email hangs up. In other cases, I believe the malware software is not properly set, but I don't have control over this. Thats why MAPI seems to be a better option, and also the emails are saved both ways, but newer versions of Office do not behave well with it. Tim
by TimStone
Mon May 14, 2012 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 20571

Re: Bad Email Dreams ...

... 2007 and will not work with 2010. It could be "tricked" but Microsoft does not recommend it. Its interesting how MAILTO will trigger the MAPI Outlook client without a problem, but it, of course, doesn't support attachments. I need a solution that works for all versions of Outlook, or ...
by TimStone
Mon May 14, 2012 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 20571

Bad Email Dreams ...

... blocks the response, so the program never actually sends the email. So, I decided to just insist they have an email client setup, and I would use MAPI. If I use the code: ACTION winexec( "rundll32.exe url.dll, FileProtocolHandler mailto:support@masterlinksoftware.com") It will work fine. ...
by TimStone
Sat May 12, 2012 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 20571

Re: FWH 12.03 Mingw gcc linking errors

... -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib /devmast/qcn/libhqfdgdscopy.a /dev/chv/libhwtidocedit.a /dev/custdocedit/libcustdocedit.a /dev/iur/libhiur.a ...
by AlexSchaft
Sat Apr 14, 2012 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 5208

Re: Error CDO si en el server pongo la IP

El problema es que no hay servidor SMTP, y no hay cliente de correo en el servidor , por lo que no puedo usar MAPI.
Usan EXCHANGE por Web para la gestión de Mails. Pero por lo visto, me comentan que es posible activar el servicio smtp para un usuario en concreto.

Ya reportaré que solución hice.
by thefull
Mon Mar 19, 2012 8:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error CDO si en el server pongo la IP
Replies: 6
Views: 1101

FWH mingw y fivedit.prg

... collect2: ld returned 1 exit status * Link errors * La solucion que encontre para las funciones WNet ... es agregar las librerias mapi32.a y mpr.a La funcion HB_FUN_MAPISENDDOCUMENTS al parecer no esta incluido el modulo mapi.c en las librerias de FWH para mingw lo recompile y ...
by nnicanor
Sat Mar 10, 2012 6:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH mingw y fivedit.prg
Replies: 4
Views: 1465

Re: DEFINE MAIL... MULTIPLE ATTACHMENTS

MAPI Mail Syntax: DEFINE MAIL [ <oMail> ]; [ SUBJECT <cSubject> ]; [ TEXT <cText> ]; [ TYPE <cType> ]; [ DATE <dDate> ]; [ TIME <cTime> ]; [ CONVERSATION <cConversation> ]: [ RECEIPT ...
by James Bott
Fri Aug 19, 2011 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE MAIL... MULTIPLE ATTACHMENTS
Replies: 5
Views: 960

Re: DEFINE MAIL .... HTML

Hi James, I would like to attach a file in addition to HTML file. I am getting a MAPI error 11 (attachment not found). Using the following code. AADD( aStmnAttach, { cFText, cFText } ) AADD( aStmnAttach, { PA[25] + cPdf + '.pdf', PA[25] + cPdf + '.pdf' } ) _email( ...
by cdmmaui
Thu Aug 18, 2011 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE MAIL .... HTML
Replies: 8
Views: 1388

Re: change in errsysw.prg

Also, is it possible to add a Button to send the error.log via MAIL/MAPI?. FWH 11.06 provides for specifying post error action and here the programmer can implement his own behavior after an error is displayed in the dialog, At the start of the program: SetPostErrorAction( ...
by nageswaragunupudi
Wed Jun 29, 2011 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change in errsysw.prg
Replies: 4
Views: 958
PreviousNext

Return to advanced search