cresbydotcom
Technical User
- May 22, 2006
- 234
ny ideas how to do this? (Outlook 2000 specifically)
I can find the properties of a namespace object eg -
objNS.SyncObjects.Item(x) and that gives me Account data for each account I have set up.
and similarly I can see what the current user is from eg objNS.CurrentUser (all properties are read only)
but the only way to set the current user that I can find is to manually set it as the default (or send an email from one "Account" and hope the current user remains as per last use.)
I haven't found a method or statement or property that can set the current user to the Account of my choice in VBA.
I can find the properties of a namespace object eg -
objNS.SyncObjects.Item(x) and that gives me Account data for each account I have set up.
and similarly I can see what the current user is from eg objNS.CurrentUser (all properties are read only)
but the only way to set the current user that I can find is to manually set it as the default (or send an email from one "Account" and hope the current user remains as per last use.)
I haven't found a method or statement or property that can set the current user to the Account of my choice in VBA.