Discussion:
Create appointment in different mailboxes
(too old to reply)
Jose Enrique
2009-02-09 15:33:31 UTC
Permalink
I have an vb6 application using CDO 1.21 which use an user profile to access
to another mailboxes to get their freebusy state. Is it possible using this
profile for a user access to the mailboxes of another users and create an
appointment in their mailboxes?
g***@gmail.com
2009-02-10 01:34:22 UTC
Permalink
I'm not sure, try looking for some compiler resources for VB6

Glenn
http://microsoftapplications.traffic4pros.com
Ken Slovak - [MVP - Outlook]
2009-02-10 14:22:40 UTC
Permalink
To access other users folders you need to logon to the mailbox of the user
in question and open the appropriate folder. Logging into those mailboxes is
only possible if the Windows user account has the required permissions.

An existing Session can't be used to log into another mailbox once that
Session is logged in.

See http://www.cdolive.com/cdo5.htm for more information on different CDO
1.21 logons.

The language has no effect on what you can do, in fact CDO 1.21 isn't
supported at all for use with any managed languages.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Jose Enrique
I have an vb6 application using CDO 1.21 which use an user profile to access
to another mailboxes to get their freebusy state. Is it possible using this
profile for a user access to the mailboxes of another users and create an
appointment in their mailboxes?
Jose Enrique
2009-02-10 16:00:18 UTC
Permalink
Thanks for your answer and hep,

I thought that an existing session can't be used to log into another mailbox
but someone in my department thought that it was possible.

Thank you again for answering.
Post by Ken Slovak - [MVP - Outlook]
To access other users folders you need to logon to the mailbox of the user
in question and open the appropriate folder. Logging into those mailboxes is
only possible if the Windows user account has the required permissions.
An existing Session can't be used to log into another mailbox once that
Session is logged in.
See http://www.cdolive.com/cdo5.htm for more information on different CDO
1.21 logons.
The language has no effect on what you can do, in fact CDO 1.21 isn't
supported at all for use with any managed languages.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Jose Enrique
I have an vb6 application using CDO 1.21 which use an user profile to access
to another mailboxes to get their freebusy state. Is it possible using this
profile for a user access to the mailboxes of another users and create an
appointment in their mailboxes?
Ken Slovak - [MVP - Outlook]
2009-02-10 18:56:08 UTC
Permalink
It's possible using Extended MAPI (C++ or Delphi only), or with the Outlook
object model (NameSpace.GetSharedDefaultFolder), not with CDO 1.21.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Jose Enrique
Thanks for your answer and hep,
I thought that an existing session can't be used to log into another mailbox
but someone in my department thought that it was possible.
Thank you again for answering.
Jose Enrique
2009-02-11 15:26:12 UTC
Permalink
Thank you again for your help.
I'll try to use the Outlook object model....
Post by Ken Slovak - [MVP - Outlook]
It's possible using Extended MAPI (C++ or Delphi only), or with the Outlook
object model (NameSpace.GetSharedDefaultFolder), not with CDO 1.21.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Jose Enrique
Thanks for your answer and hep,
I thought that an existing session can't be used to log into another mailbox
but someone in my department thought that it was possible.
Thank you again for answering.
Loading...