I want to extract a file from a mailbox sub-folder. The below works for the inbox but how do I tell it to go to a sub-folder down the tree from the inbox.
//Bind the Inbox folder to the service object
Folder inbox = Folder.Bind(service, WellKnownFolderName.Inbox);
Any ideas please?