I have created a collection of mailitems as omail
If I enter the command
debug.print omail.attachments.count
the number 2 appears. This tells me I have access to the attachments collection as I know I have two attachments.
So now I need to determine the name of each attachment, and download it
Using access vba.. can you help?