I'm trying to get all the Deleted Items or Trash folders for all the mail accounts in Outlook. I'm using Outlook Interop in C#, but I can only find the way to get the deleted items folder in the default mail account on MSDN: Application.Session.GetDefaultFolder(OlDefaultFolders.olFolderDeletedItems)
.
Does anybody know if there is a way that I can get the deleted items folder in every email accounts in Outlook?