-
Transforming Outlook Mapi Folder to a CDO Folder
Maybe that's not entirely accurate, but what I am trying to do is add a .pst
file to a namespace, open it and pull each messages out into a text file
with VB6. I know there is some recursion that needs to be done to get all
the messages in subfolders, but I can't seem to transform an Outlook folder
into a cdo folder. The rub is that I won't know the name of the folder,
( the user may have created folders) so it must be done with a For Each Next
loop. I have tried Set cdoFolder = session.getfolder("", OutlookMapiFolder.StoreId),
but that gives me a very low level folder structure. I just need the top
level folders that contain messages.
Any help would be excellent,
Thanks,
Michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks