programing outlook 2000 - change mailbox

  • Thread starter Thread starter yanniv
  • Start date Start date
Y

yanniv

Hi
i want to address spesific mailbox through outlook 2000 in C++
i cant fing how to address a spesific mail box it always get the default one
thank
yanniv
 
3 methods:

1) Namespace.GetSharedDefaultFolder

2) Traverse the folder hierarchy -- works only if the mailbox is visible in
the folder list

3) Use CDO's Session.Logon method to log on to a different mailbox.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hi
i want to address spesific mailbox through outlook 2000 in C++
i cant fing how to address a spesific mail box it always get the default one
thank
yanniv
 
Back
Top