Hi,
It seems that space.Folders["DailyGoodEmails"] might be a valid expression;
otherwise you might have experiment with
space.GetSharedDefaultFolder()
HTH, Patrick
-Oorspronkelijk bericht-
On Mar 21, 2:15 pm, "liam_herron" <[EMAIL PROTECTED]> wrote:
> Say I want to open a shared email
On Mar 21, 2:15 pm, "liam_herron" <[EMAIL PROTECTED]> wrote:
> 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("MAP
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