All, I am attempting to export a listing of the contents of Exchange 2003 mailboxes to a CSV file. Specifically, I am trying to retrieve the folder path, subject, size, received time, sent time (optional), and message id (also optional) of each message in a user's mailbox.
I have this working in Exchange 2007 and above using the Exchange Web Services API, but this isn't applicable to 2003.
WebDAV is not enabled in the environment and I'm currently working to verify if POP3/IMAP is available. Assuming it isn't, is there another way to do this I'm missing?