PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD 8] EmailSendMessage
[WD 8] EmailSendMessage
Iniciado por Erik, 17,nov. 2005 22:10 - 2 respuestas
Publicado el 17,noviembre 2005 - 22:10
Hello,
Is it possible to force an email, sent by the function EmailSendMessage, to be visible in Outlook 'Sent Items'? Now, the email is sent directly via SMTP.
Thanks,
Erik
Publicado el 17,noviembre 2005 - 23:14
Thanks god there is no direct link at all between the SMTP protocol (which is about 35 years old) and Microsoft's products !!!
If you want the email to be visible in Outlook, you must use Outlook to send the email (you should be able do this with Windev using OLE automation).
Hello,
Is it possible to force an email, sent by the function EmailSendMessage, to be visible in Outlook 'Sent Items'? Now, the email is sent directly via SMTP.
Thanks,
Erik
Publicado el 19,noviembre 2005 - 00:56
Thanks Judas,
You're right, I solve the problem through OLE.
Erik

Thanks god there is no direct link at all between the SMTP protocol (which is about 35 years old) and Microsoft's products !!!
If you want the email to be visible in Outlook, you must use Outlook to send the email (you should be able do this with Windev using OLE automation).
Hello,
Is it possible to force an email, sent by the function EmailSendMessage, to be visible in Outlook 'Sent Items'? Now, the email is sent directly via SMTP.
Thanks,
Erik