tMapi adres type e-mail problem
Publicado: Mié Sep 22, 2010 12:14 pm
New topic for same problem...
I tested on other machined as well, but got same problem. How this happens?
Adrestype e-mail should be SMTP.
How does it get overwritten by e-mail address receipant?
I use following code:
WITH OBJECT ::oMapi
:Create()
If :Logon()
:cFromName := cNaam
:cFromAddress := cEmail
:cSubject := cSubject
:cMessage := cBody
//:AddReceipt( 'm.roos@ecem.com' )
:aReceipts := { { "EMS Master", "m.roos@ecem.com", mapiTO }}
//:lAskRecipients := .T.
:Send()
:Logoff()
Endif
END
I tested on other machined as well, but got same problem. How this happens?
Adrestype e-mail should be SMTP.
How does it get overwritten by e-mail address receipant?
I use following code:
WITH OBJECT ::oMapi
:Create()
If :Logon()
:cFromName := cNaam
:cFromAddress := cEmail
:cSubject := cSubject
:cMessage := cBody
//:AddReceipt( 'm.roos@ecem.com' )
:aReceipts := { { "EMS Master", "m.roos@ecem.com", mapiTO }}
//:lAskRecipients := .T.
:Send()
:Logoff()
Endif
END