Unfortunately, there's no way in
VBA (nor CDO, off the top of my head) to
programmatically create or alter E-mail Accounts, Data Files or Outlook
Profiles.
--
Eric Legault, MCSD
ADAPSYS
http://www.adapsys.ca
Quote:
> I'm using outlook 2002, and need a macro that will do the
> following:
> Select Tools > Email Accounts > Next > Change > More
> Settinsg > Advanced > Add
> I add users all the time to view their mailboxes, but this
> process gets tiresome. If I were better at coding VB, I'd
> do this, but alas I do not know VB at all.
> So what I need is either a box to pop up that asks what
> mailbox and then adds it using the command chain above, or
> at least just execute them to the point I can add it
> myself.
> Any good VB programmers out there?
> Thanks!