On May 11, 5:08 pm, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> It does not really matter what language you are using.
> What exactly are you having problems with?
> > Dmitry Streblechenko (MVP)
> OutlookSpy - Outlook, CDO
>
> -"LDSPowershell" <nixo...@gmail.com> wrote in message
> news:1d43da96-423c-4bae-ba82-f9225ccb4545@q2g2000vbr.googlegroups.com...
> On May 11, 2:56 pm, LDSPowershell <nixo...@gmail.com> wrote:
>
> > Correct, multiple brand new accounts, exchange 2007. I'm assuming
> > thats vba, thanks for the info.. it looks like i'll have to grab a
> > vba book, i've always wanted to learn a bit about vba.
>
> > On May 11, 12:40 pm, "Dmitry Streblechenko" <dmi...@dimastr.com
> > wrote:
>
> > > Do you mean in multiple Exchange mailboxes?
> > > Sure, call Application.Session.GetSharedDefaultFolder(...,
> > > olFolderContacts), then call Folder.Items.Add to create a new contact
>
> > > > > > Dmitry Streblechenko (MVP)
> > >
> > >
> > > -"LDSPowershell" <nixo...@gmail.com> wrote in message
>
> > >news:29c6d49d-dc8e-4106-aa6c-eabbb29864fd@s16g2000vbp.googlegroups.com....
>
> > > > Is there a way to add contacts to multiple accounts using powershell
> > > > or c# or vb. I've done a lot in powershell, a little in c# and none
> > > > in vb. I'll accept any of the above if someone could give me a head
> > > > start.
> ok, so its looking that is c#. I've just never used it in this way...
> I'm not an expert by any means but I can dig around and usually get
> things to work.
Im migrating some accounts to exchange and have ldap'd their old
contacts and put them in a csv file. I would like to have them
populated into the new accounts for the users. it can be a bit
difficult for a user to select import from the file menu and follow
the prompts... so it would save a few calls to have them already
populated when they open outlook. im just looking for an semi
automated way to get them in. i can go into each account and import
them in, but I really don't want to do that