Python COM Outlook Question
- From: "liam_herron" <liam_herron@xxxxxxxxxxx>
- Date: 21 Mar 2007 12:15:04 -0700
Say I want to open a shared email inbox (named "DailyGoodEmails") that
is different from my default Outlook inbox, how do I specify this?
Currently, I would do:
s = Dispatch("Outlook.Application")
space = s.GetNameSpace("MAPI")
inbox = space.GetDefaultFolder(6)
myFolder = inbox.Folders[9] #open the folder i want
I have no idea where the "6" comes from but I want to be able to
specify "DailyGoodEmails" somewhere
and be able to iterate over the emails.
.
- Follow-Ups:
- RE: Python COM Outlook Question
- From: Patrick Vrijlandt
- Re: Python COM Outlook Question
- From: kyosohma
- RE: Python COM Outlook Question
- Prev by Date: Re: parsing combination strings
- Next by Date: Re: parsing combination strings
- Previous by thread: parsing combination strings
- Next by thread: Re: Python COM Outlook Question
- Index(es):
Relevant Pages
|