Hi,
I was already using the full address. I was not setting the mail sender before because it worked well with all other mail programs. I added it temporarily for outlook test, because I tought it was a factor. Here is the code at the end of the report:
//...
Send DoVpeClearMailReceivers
Send DoVpeSetMailSender (
'sender@abc.ca')
Send DoVpeAddMailReceiver (
'reciever@ipso.ca') VMAIL_TO
Send DoVpeSetMailSubject (Translate_it(59527) * (PsLastPo(Self)))
Send Close_Doc (Value(oFile(Self)))
As said before, the behaviour is silly: the mail-compose window opens. If I send directly, this is not working and the 'sender' field is empty. If I errase the email address and retype it and send, all is ok. I'm sure this is an outlook problem, but still wondering if there is anything to do.