if we have 2 same email subject , which will be saved , the oldest or the latest ?
thanks
if we have 2 same email subject , which will be saved , the oldest or the latest ?
thanks
Hi,
If we can set different filename for these mailMessage, both will be saved.
If we set same name for them, the later will be saved and its order depends on OrderBy settings of GetMailmessages activity, for example.
Regards,
hi yoichi yes i notice that,
but i have sequence with replace , and i tought it will save the newest one,
can u help me to check on ur machine , which will be saved
Thanks
Hi,
If we set NewestFirst in GetOutlookMailMessage and check true at overwrite in SaveoutlookMailMessage, first newer mail is saved, next older mail is saved. So the older one will be remaining.
Regards,
i see thankss
just to made sure , if i want to keep the new one , i shoud set it as “order by oldest” is it correct?
thanks!
Hi,
This is one of the solutions. However it’s not effecient because “order by oldest” start to get mails from the oldest in the mailbox.
So, if you need to keep the newest one, can you try to uncheck “Replace existing” option and surround it by Try Catch as the following?
It will prevent to overwrite it.
Regards,
Hi Yoichi ,
what if i get that email from spesific mail folder which will be refresh everyday ?,
i presume it will be okay right?
thanks
Hi,
It’s no problem if value of Top property of GetOutlookMailMessage is enough large, i think.
Regards,
thanks !
i think it will be okay since top set at 100
and usually email processed is only 50 max
thanks for the insight and discussion
best regards
ahmad
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.