up vote 1 down vote favorite
1
share [g+] share [fb]

I'd like to search for an email that contains an excel attachment. I'm using outlook.

I know I can do

hasattachment:true

but this matches any attachment type

I've also tried,

attachment:*.xlsx

but this doesn't work

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

It's a little backwards, but you can do this with

xlsx hasattachment:true
link|improve this answer
This worked well. I did however get one false positive though, but it has reduced my searching time down a lot. Thanks – Nathan Koop Oct 19 '09 at 17:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.