2009-12-12 20:48 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br>
* harbour/contrib/hbwin/tests/testmapi.prg
! Very small fix
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-12 20:48 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br>
|
||||
* harbour/contrib/hbwin/tests/testmapi.prg
|
||||
! Very small fix
|
||||
|
||||
2009-12-12 23:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbsetup.h
|
||||
* harbour/include/hbdefs.h
|
||||
|
||||
@@ -9,7 +9,7 @@ PROCEDURE Main()
|
||||
LOCAL lMailConf := .F.
|
||||
LOCAL lFromUser := .T.
|
||||
LOCAL aSender := { "test from", "from@test.com" }
|
||||
LOCAL aDest := { { "test to", "to@test.com" } }
|
||||
LOCAL aDest := { { "test to", "to@test.com", 1 } }
|
||||
LOCAL aFiles := { { "testmapi.prg", "" } }
|
||||
|
||||
? win_MAPISendMail( cSubject, ; // subject
|
||||
|
||||
Reference in New Issue
Block a user