-
Outlook OLE question...
I'm using Outlook 97 OLE objects to send and recieve email messages in VB. Everything is working the way it is supposed to, but I was wondering whether its possible to switch between two different mailboxes in VB? I've had a brief look at Namespaces and can establish who the current user/mailbox is but have had no luck in switching from one mailbox to another.
Any help would be greatly appreciated.
-
As far as I know, the mailbox, which is actually an MS Exchange Mailbox, is linked to an NT account. Whatever mailbox is associated with the NT account that is currently logged in is what you will have access to. You might want to search through MSDN (http://msdn.microsoft.com/) for some information.