How to Create user and ldap addressbook via VBA in Outlook 2007

  • Thread starter Thread starter Per
  • Start date Start date
P

Per

How to Create a user and add ldap addressbooks at first run via VBA in
Outlook 2007?
Anyone have experience with this?

many thanks,

/Per
 
I am trying to create a user account in outlook the first time he logs in on
his computer with his profile. i will then put a boolean to true if he is
created with his account and addressbook.

many thanks,
/Per

"Eric Legault [MVP - Outlook]" skrev:
 
For starters, you have to choose an existing Exchange mailbox when you are
creating a profile bound to Exchange Server, so you can't create one at that
point. There are however options for working with profiles by using the
ProfMan library in Redemption (http://www.dimastr.com).

--
Eric Legault
MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
Collaborative Innovations
-> Try Picture Attachments Wizard For Microsoft Outlook <-
Web: http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault


Per said:
I am trying to create a user account in outlook the first time he logs in
on
his computer with his profile. i will then put a boolean to true if he is
created with his account and addressbook.

many thanks,
/Per

"Eric Legault [MVP - Outlook]" skrev:
Hi Per. Are you trying to create a user in Active Directory? Or create
an
Outlook profile for a specified user?

--
Eric Legault - MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, WSS 3
Application Development, MOSS 2007 Application Development)
Blog: http://blogs.officezealot.com/legault
Try Picture Attachments Wizard for Outlook!
http://www.collaborativeinnovations.ca
 
i have been looking at ORK, and have created a PRF file, i now can create the
addressbooks but having problems with the emailaddress for the user. I need
to retrieve this from an excelsheet or a registryvalue, but how do i send a
variable into a PRF file? or something like: Emailaddress=HKEY/SOFTWARE/....
is it possible? the users loginname is not the same as their email.
Thanks,

/Pär

"(e-mail address removed)" skrev:
For starters, you have to choose an existing Exchange mailbox when you are
creating a profile bound to Exchange Server, so you can't create one at that
point. There are however options for working with profiles by using the
ProfMan library in Redemption (http://www.dimastr.com).

--
Eric Legault
MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
Collaborative Innovations
-> Try Picture Attachments Wizard For Microsoft Outlook <-
Web: http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault


Per said:
I am trying to create a user account in outlook the first time he logs in
on
his computer with his profile. i will then put a boolean to true if he is
created with his account and addressbook.

many thanks,
/Per

"Eric Legault [MVP - Outlook]" skrev:
Hi Per. Are you trying to create a user in Active Directory? Or create
an
Outlook profile for a specified user?

--
Eric Legault - MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, WSS 3
Application Development, MOSS 2007 Application Development)
Blog: http://blogs.officezealot.com/legault
Try Picture Attachments Wizard for Outlook!
http://www.collaborativeinnovations.ca


How to Create a user and add ldap addressbooks at first run via VBA in
Outlook 2007?
Anyone have experience with this?

many thanks,

/Per
 
Back
Top