Attachments are part of the email you download, files are not created on disk until you call MimeData.Save method on objects in IMail.Attachments collection.
If you want to specify a different folder than the default path for current process, just specify it as an argument for the Save method:
mime.Save(Path.Combine(@"c:\attachments\", mime.SafeFileName));