NetTalk Central
NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: Niels Larsen on March 05, 2013, 05:46:00 AM
-
Hi
Where to set the .AttachmentPath so that attached files ends up in there own folder?
/Niels
-
pretty much anywhere you like before it actually starts receiving emails.
ie
thisEmail.AttachmentPath = 'c:\temp'
cheers
Bruce
-
Thanks, but unfortunately it is not quite clear to me where each mail initiate a download.
-
(I could just tell you, but you'll learn more doing it like this - if you don't come right let me know...)
Right click on the procedure.
choose Source
Search for the name of your Email object.
See all the places where the email object is used.
(at this point you can ignore all the generated methods with the Parent call, focus on places where object methods are called.)
See if you can see which one triggers an Email Fetch.
If you can, then put your code before that.
cheers
Bruce