Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-17 Thread Viktor Szakáts
Hi Toninho, > Hi Viktor. > > Sorry for later response. This end of year I´m very very busy. > > I´m using BCC 6.2. To use MAPI you need OutLook Express instaled and > configured at least one account. Some time ago I try with another mail > program like incredible mail but MAPI doesn´t work. T

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-17 Thread Antonio Carlos
. --- Em qua, 16/12/09, Viktor Szakáts escreveu: > De: Viktor Szakáts > Assunto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() > Para: "Harbour Project Main Developer List." > Data: Quarta-feira, 16 de Dezembro de 2009, 14:49 > Hi Toninho, > > What compiler are

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
> -Messaggio Originale- Da: "Viktor Szakáts" > A: "Harbour Project Main Developer List." > Data invio: mercoledì 16 dicembre 2009 20.56 > Oggetto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() > > >> So the question is: How did you call

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: mercoledì 16 dicembre 2009 20.56 Oggetto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() So the question is: How did you call it so that it GPFed? Sorry, I can

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
>>> Enrico, can you post your example which GPFs? >> It doesn't GPF anymore after Toninho hints. > > I think that Viktor asked about it because he wants to add protection > against wrong parameters which may cause such GPF so such information > is still valuable for us. Precisely. > Maybe in few

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Przemysław Czerpak
On Wed, 16 Dec 2009, Enrico Maria Giordano wrote: Hi, > > Enrico, can you post your example which GPFs? > It doesn't GPF anymore after Toninho hints. I think that Viktor asked about it because he wants to add protection against wrong parameters which may cause such GPF so such information is sti

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
Hi Enrico, > -Messaggio Originale- Da: "Viktor Szakáts" > A: "Harbour Project Main Developer List." > Data invio: mercoledì 16 dicembre 2009 19.34 > Oggetto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() > > >> Enrico, can you post your exa

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: mercoledì 16 dicembre 2009 19.34 Oggetto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() Enrico, can you post your example which GPFs? It doesn't GPF anymore

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
Enrico, can you post your example which GPFs? Brgds, Viktor > -Messaggio Originale- Da: "ToninhoFWi" > A: "Harbour Project Main Developer List." > Data invio: mercoledì 16 dicembre 2009 17.25 > Oggetto: Re: Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL(

Re: Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "ToninhoFWi" A: "Harbour Project Main Developer List." Data invio: mercoledì 16 dicembre 2009 17.25 Oggetto: Re: Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL() Attach works fine too, look: I confirm, thank you. EMG -- EM

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
Hi Toninho, What compiler are you using? Brgds, Viktor On 2009 Dec 16, at 17:25, ToninhoFWi wrote: >> Yes, recipients are ok. Senders and attachments not. > > Hi Enrico. > > Attach works fine too, look: > > ---cut--- > Win_MAPISendMail( "Subject TEST", ; // > subjec

Re: Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread ToninhoFWi
>Yes, recipients are ok. Senders and attachments not. Hi Enrico. Attach works fine too, look: ---cut--- Win_MAPISendMail( "Subject TEST", ; // subject "BODY Text Message here!", ; // menssage nil,

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
> -Messaggio Originale- Da: "Viktor Szakáts" > A: "Harbour Project Main Developer List." > Data invio: mercoledì 16 dicembre 2009 13.45 > Oggetto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() > > >> > 1. The parameter aSender doesn't

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Viktor Szakáts" A: "Harbour Project Main Developer List." Data invio: mercoledì 16 dicembre 2009 13.45 Oggetto: Re: [Harbour] Problems in WIN_MAPISENDMAIL() > 1. The parameter aSender doesn't work (the specified senders are not

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
> 1. The parameter aSender doesn't work (the specified senders are not selected) aSender must be in format { "sender_name", "sen...@email.com" }. There can be only one sender for one e-mail, so 'senders' has no meaning here. Brgds, Viktor ___ Harbour

Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "ToninhoFWi" A: "Harbour Project Main Developer List." Data invio: mercoledì 16 dicembre 2009 12.57 Oggetto: Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL() This test works: Yes, recipients are ok. Senders and attachments not. E

Re: Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread ToninhoFWi
>Probably unlimited support broke, at least one of the >last 2-3 commits to this file. Hi Viktor and Enrico. This test works: ---cut--- Win_MAPISendMail( "Subject TEST", ; // subject "BODY Text Message here!", ; // menssage

Re: [Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Viktor Szakáts
Thanks for your tests. I need someone peer-reviewing my code as I can't make any testing due to no MAPI functionality on any of my Windowses. Probably unlimited support broke, at least one of the last 2-3 commits to this file. Brgds, Viktor On 2009 Dec 16, at 09:16, Enrico Maria Giordano wrot

[Harbour] Problems in WIN_MAPISENDMAIL()

2009-12-16 Thread Enrico Maria Giordano
1. The parameter aSender doesn't work (the specified senders are not selected) 2. The parameter aDest doesn't work (same as point 1) 3. The parameter aFiles GPFs when a file is specified. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emag