Amos
(Amos Dark.W)
March 8, 2019, 7:44am
1
Hi All
Can help me with the following problem:
I am trying to download attachments for specified mail from outlook.
Conditions:
1.E-mail received today
2.Mail subject with the word “special”
I don’t know how to set the conditions now!
Thanks & regards 1
item.subject.contains(“special”), assuming item is of mailmessage type.
Amos
(Amos Dark.W)
March 8, 2019, 8:11am
3
Dear Tiberiu
Sorry, I am a new.
Which code can I use?
Thanks
use an If activity with the condition item.subject.contains(“special”)
Amos
(Amos Dark.W)
March 8, 2019, 8:45am
5
Dear Tiberiu
Thank you very much!
The program can run & the results appear!
But I still have a question,
How to Set the date of receiving Mail.
if by that you mean getting the date at which the mail was sent, use item.headers(“Date”)
pavanh003
(Pavan Harisha)
March 8, 2019, 10:23am
7
Hi @Amos ,
Inside for loop add a if condition item.Header(“Date”.equals(Today.tostring))
Regards,
Pavan H.
2 Likes
system
(system)
Closed
March 11, 2019, 10:23am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.