Search found 7 matches: mapilogon

Return to advanced search

Re: OT: MAPI -- Why it sometimes work, and sometimes doesn't ?

Enrico,

Good to know. I just looked at the source (TMail.prg) and I see the the mapiLogon() is commented out now.

Thanks for pointing it out.

James
by James Bott
Mon Jun 12, 2017 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: MAPI -- Why it sometimes work, and sometimes doesn't ?
Replies: 7
Views: 1878

Re: OT: MAPI -- Why it sometimes work, and sometimes doesn't ?

... or a CDO issue. METHOD End() INLINE MAPILogOff() No, it is not required. A MAPI session is automatically created and released if you don't use MAPILogon(). EMG
by Enrico Maria Giordano
Mon Jun 12, 2017 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: MAPI -- Why it sometimes work, and sometimes doesn't ?
Replies: 7
Views: 1878

Sending e-mail from FWPPC app

Hi all, Is any chance to send e-mail directly from FWPPC app ? I'm trying with win_mapisendmail() but function return -1. With mapisendmail() i get compilation errors : FiveCEC.lib(MAPI.obj) : error LNK2019: unresolved external symbol GetProcAddress referenced in function HB_FUN_MAPILOGON FiveCEC.li...
by kadziola
Tue Aug 24, 2010 7:00 am
 
Forum: FiveWin for Pocket PC
Topic: Sending e-mail from FWPPC app
Replies: 2
Views: 753

... LOCAL oBar DEFINE WINDOW oWnd TITLE "Uso de los servicios MAIL" DEFINE BUTTONBAR oBar 3D SIZE 33,33 OF oWnd DEFINE BUTTON OF oBar ACTION MsgInfo(MAPILogOn()); MESSAGE "LogOn al sistema de correo" TOOLTIP "LogOn" DEFINE BUTTON OF oBar; ACTION (MAPILogOff(), MsgInfo("LogOff realizado") ); MESSAGE ...
by Armando
Wed Sep 26, 2007 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSMTP : Envio de correo con dominio diferente
Replies: 11
Views: 2412

Problems with sending emails - some questions

... I have 3 problems concerning sending emails. 1. To send emails in my application, I use this code : ---------------------------------------------- MapiLogOn() DEFINE MAIL oOutMail ; SUBJECT ALLTRIM(EmOnde) ; FILES TabAtt,"" ; TEXT FmText FROM USER oOutMail:aRecipients := {{ALLTRIM(LOWER(cEmail[i])),""}} ...
by driessen
Sun Feb 18, 2007 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with sending emails - some questions
Replies: 15
Views: 6976

... 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: 10662

TMail Class problems

... and BCC ? 3) It only takes one address in TO. If multiple are supplied, it considers only the last one. 4) GPF occurs while trying to logon using MAPILogon() 5) I have created multiple identity and password thereof in the outlook express. When I send message, it asks me to select identity and ...
by Milan Mehta
Tue Oct 18, 2005 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMail Class problems
Replies: 0
Views: 967

Return to advanced search