Hi Team,
I Need to get only mail with attachment please, how can i configurate the activity please or with save attachment
Activity : get outlook mail message
Thank you
Hi Team,
I Need to get only mail with attachment please, how can i configurate the activity please or with save attachment
Activity : get outlook mail message
Thank you
Hi @Soudios ,
You can achieve through DASL query or by looping through each email message in get outlook mail message
DASL Query: “@SQL=”“urn:schemas:httpmail:hasattachment”" = true"
You need to write this query in the filter property
Or, you can store emails into list and Use an If condition inside the loop to check if the mail message contains attachments by evaluating the Attachments.Count > 0.
DASL, you mean here ? :
issue :
Get Outlook Mail Messages: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
Please remove the quotes “” and type again if you are copy pasting the expression
Hello @Soudios
You can use this filter example to only get emails with attachments.
For more filter examples check here:
Cheers
Steve
Can you give the right sentence for my issue, i can’t find it on the post
@Anil_G
Same
can you past it here please?
You have removed the quotes i think
so what is the good sentence ? with or without i have an error message
DASLQuery.txt (52 Bytes)t
Please copy paste the attached code.
@Anjani_Kapoor
not working
Hi @Soudios
Can please you try this
"@SQL= urn:schemas:httpmail:hasattachment=true"
Also, you can check this thread
Hello @Soudios
Try this query:
contains(subject,‘YOURxSUBJECT’) and (hasAttachments eq true)
Just replace the capital letters with the text with the subject you need.
Cheers
Steve
i have this issue :
When i put this : “@SQL= urn:schemas:httpmail:hasattachment=true”
The bot open an email without attachment and write 2 existing path of attachment but they are not on the email
and now i have this issue :