[python-win32] Accessing non-default folders in Outlook 2010?

Tim Roberts timr at probo.com
Thu Aug 25 18:54:12 CEST 2011


Anders Schneiderman wrote:
>
> When I tried it:
> folders = outlook.GetRootFolder()
>
> I got the following error message:
> AttributeError: object has no attribute 'GetRootFolder
>

Hmmm.  Are you able to refer to outlook.Folders(0)?

http://support.microsoft.com/kb/208520/EN-US

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list