J
JC
Hi Ken,
I hope you already read all previous email and understood my problem. We use
outlook object model to logon a special mailbox - Coordinator, then we can
access other user's calendar via delegate. outlook 2000 works fine for us.
When I test outlook 2003, I found when it logon to Coordinator mailbox, it
returns an error -"Permission denied", since there is no way to pass in
userID , password and domain to the logon. I'm trying to find out if there is
a way to passin those info, or if there is a workaround. Dimitry tell me I
should use CDO or extended MAPI to do it. After I read CDOlive sample which
you provide the link, I realized CDO cannot do this. It cannot access other
user's calendar via Coordinator's mailbox. Look like the only way I can go is
trying to find the way to passin the login info during execute
olNameSpace.Logon "GMS Coordinator - DEV", "", False, True
Do you know is there a way?
Thanks!
JC
I hope you already read all previous email and understood my problem. We use
outlook object model to logon a special mailbox - Coordinator, then we can
access other user's calendar via delegate. outlook 2000 works fine for us.
When I test outlook 2003, I found when it logon to Coordinator mailbox, it
returns an error -"Permission denied", since there is no way to pass in
userID , password and domain to the logon. I'm trying to find out if there is
a way to passin those info, or if there is a workaround. Dimitry tell me I
should use CDO or extended MAPI to do it. After I read CDOlive sample which
you provide the link, I realized CDO cannot do this. It cannot access other
user's calendar via Coordinator's mailbox. Look like the only way I can go is
trying to find the way to passin the login info during execute
olNameSpace.Logon "GMS Coordinator - DEV", "", False, True
Do you know is there a way?
Thanks!
JC