PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WD 8] EmailSendMessage
[WD 8] EmailSendMessage
Débuté par Erik, 17 nov. 2005 22:10 - 2 réponses
Posté le 17 novembre 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
Posté le 17 novembre 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
Posté le 19 novembre 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