Reed outlook attachment name and jubject in one loop


Hello all, how can i reed attachment name and subject name from outlook message in one loop ?
I have an error “Name is not member of…”

1 Like

Hey @Arettu63,

Please try the below

item.Attachments.Where(function(i) i.Name.Contains("att_name")).count > 0

Thanks :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.