Anders Schneiderman wrote:
>
> I'm trying to read messages that are in folders in Outlook 2010, and
> I'm running into trouble. Between looking at other folk's code and
> trying to make sense out of the Microsoft Object Model documentation,
> I've been able to figure out how to read items in the inbox and other
> things in default folders, such as tasks:    by using GetDefaultFolder.
>

I think you want outlook.GetRootFolder(), then enumerate the Folders
collection within that.

http://msdn.microsoft.com/en-us/library/ff860733.aspx

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to