Search found 299 matches: mapi

Return to advanced search

Re: Problemas con TMail y FWH 9.04

Carlos, mgsoft este es el archivo mapi.c modificado //  96-03-18 Michael Kocum////  Translated German notes////  Added Exchange flags////  Changed ulRecipClass in MAPIAddress//  to MAPI_TO to be compatible with FiveWin////  Added a counter ...
by Daniel Garcia-Gil
Wed Nov 17, 2010 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TMail y FWH 9.04
Replies: 10
Views: 4609

Sending e-mail from FWPPC app

... 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.lib(MAPI.obj) : error LNK2019: ...
by kadziola
Tue Aug 24, 2010 7:00 am
 
Forum: FiveWin for Pocket PC
Topic: Sending e-mail from FWPPC app
Replies: 2
Views: 767

Problemas con TMail y FWH 9.04

... informará si encuentra alguna solución" Pero siempre ocurre despues de llamar a SEND MAIL oMail. he comparado el codigo fuente de TMail.prg y mapi.c de ambas versiones de FWH (7.07 y 9.04) y no hay diferencias. ¿Alguien me puede ayudar? ¿Les ocurre algo parecido? No se por donde seguir con ...
by Carlos Mora
Mon Jul 26, 2010 10:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TMail y FWH 9.04
Replies: 10
Views: 4609

Re: Contruir HBIDE para OSX

... 3.- Y Correos, baje un codigo generado con objective-c usando el IDE Xcode Este codigo me pone el el bote de outbox del mail, alggo asi como MAPI asi q tratare de hacerlo funcionar desde harbour. En cuanto tengamos algo funcional de rutinas, con todo gusto los subieremos. Saludos Osvaldo ...
by ramirezosvaldo2
Fri Jul 16, 2010 7:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Contruir HBIDE para OSX
Replies: 26
Views: 5547

Re: compatibilidad FWH con FiveMac y FiveLinux

... del código. No usamos ventanas MDI, pero si necesitaríamos el xBrowse, TOutlook 2003, TProgress, TExplorerBar, y llamar a IMAGE2PDF, así como MAPI. También TREPORT, el Preview, TPanel, TSplitter y alguna clase más ordinaria (TBitmap, TButton, TCheckBox, TMeter, TTAbs, las fuentes, TDatabase, ...
by mgsoft
Thu Jul 08, 2010 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compatibilidad FWH con FiveMac y FiveLinux
Replies: 4
Views: 1067

Outlook oMail:ReceivedTime does not work in olFolderInBox 6

... FUNCTION MAIN() LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) LOCAL oNameSpace := oOutlook:getnamespace('MAPI') LOCAL oFolder := oNameSpace:GetDefaultFolder( olFolderInBox ) LOCAL nItems LOCAL oMail LOCAL iMsg nItems := oFolder:Items:Count FOR iMsg := 1 ...
by MarcoBoschi
Wed Jun 09, 2010 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook oMail:ReceivedTime does not work in olFolderInBox 6
Replies: 3
Views: 735

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... Warning W8057 C:\fwh\source\winapi\libmain.c 12: Parameter 'hInstance' is never used in function LibMain Warning W8060 C:\fwh\source\winapi\mapi.c 315: Possibly incorrect assignment in function HB_FUN_MAPISENDMAIL Warning W8060 C:\fwh\source\winapi\metafile.c 184: Possibly incorrect assignment ...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 104656

Date and time

... have I to use for time? Thanks LOCAL oOutlook := TOleAuto():New( "Outlook.Application" ) LOCAL oNameSpace := oOutlook:getnamespace('MAPI') LOCAL oFolder := oNameSpace:GetDefaultFolder( 5 ) LOCAL nItems LOCAL oMail LOCAL iMsg LOCAL cNomeMsg nItems := oFolder:Items:Count oMeter:nTotal ...
by MarcoBoschi
Fri Apr 16, 2010 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date and time
Replies: 5
Views: 971

Re: Problema con MAPI e Outlook 2003

Marco,
mi è capitato lo stesso problema oggi.
Per caso ti ricordi se poi hai risolto il problema?

Grazie

marco
by MarcoBoschi
Thu Apr 15, 2010 3:17 pm
 
Forum: All products support
Topic: Problema con MAPI e Outlook 2003
Replies: 1
Views: 1335

Re: Outlook

... the messages in the sub folder oOL := TOleAuto():New( "Outlook.Application" ) oNameSpace := oOL:Get( "GetNameSpace", "MAPI" ) oInbox := oNameSpace:Get( "GetDefaultFolder",6) // 6 = Inbox-Folder oCMSFolder := oInbox:Folders("cmsmail") for each ...
by Colin Haig
Sun Mar 14, 2010 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook
Replies: 2
Views: 682

Outlook

... This code opens the inbox folder oOL := TOleAuto():New( "Outlook.Application" ) oNameSpace := oOL:Get( "GetNameSpace", "MAPI" ) oInbox := oNameSpace:Get( "GetDefaultFolder",6) // 6 = Inbox-Folder Is there a way to open a non default folder. Cheers Colin
by Colin Haig
Sat Mar 13, 2010 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook
Replies: 2
Views: 682

Re: bug in Mapi

Hi. Harbour have built-in MAPI, please look at this sample: ---cut--- #include "hbwin.ch" PROCEDURE Main() LOCAL cSubject := "Test subject" LOCAL cBody := "Test body" LOCAL lMailConf := .F. LOCAL lFromUser ...
by toninhofwi
Tue Feb 23, 2010 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Mapi
Replies: 4
Views: 745

Re: bug in Mapi

Hi,

FWH August 2009 and Harbour 2.0.

GPF happens AFTER closing Mail client.

Thanks
by ukservice
Tue Feb 23, 2010 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Mapi
Replies: 4
Views: 745

Re: bug in Mapi

UkService,

What FWH version are you using ? Harbour or xHarbour ?
by Antonio Linares
Tue Feb 23, 2010 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Mapi
Replies: 4
Views: 745

Re: bug in Mapi

Hello Ukservice,

I tried your example but I got no problem at all. Everything is running just fine.
by driessen
Tue Feb 23, 2010 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Mapi
Replies: 4
Views: 745
PreviousNext

Return to advanced search