Hello,

I have a macro (I tried to post it here, but it keeps saying "Post denied" for some reason - no URLs whatsoever or forbidden words) which identifies Outlook messages which contain PDF attachments and prints/copies them onto a folder in my desktop. Problem: It doesn't recognise messages which have other messages as attachments. It ignores these. I want my macro to be able, in plain English to:

For each message in selected folder...
For each attachment in this message
Is this attachment a PDF?
If so, PRINT AND COPY
If not, is this attachment a message?
If yes, For each attachment in this message
Is this attachment a PDF?
If so, PRINT AND COPY
End
Next attachment
End
End
End
Next
Next

Does that make sense? I have all the code I need apart from interrogating messages as attachments.

Thanks