PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming vba on Exchange Server

Reply

vba on Exchange Server

 
Thread Tools Rate Thread
Old 05-08-2004, 11:38 AM   #1
PeterQ
Guest
 
Posts: n/a
Default vba on Exchange Server


Hello Team !

I have some questions about the possibility to access the Exchange
Server (we are using now version 5.5) using code in VBA.

Is it possible to add/edit/delete new user-accounts and mailboxes to the
Exchange Server, adding and changing options such as roles for
user-accounts, usernames and so on, using VBA ? I will also have to add
custom properties to both user-accounts and mailboxes that I will want
to interpret in Outlook clients.

If so, what tools will I need to do this ? Will I have to access a COM
object that is already present in the Exchange Server environment ? Can
I do this directly using code written in Outlook macros or do I need to
purchase the Redemption library for this ?

Please, Team, can you give some information on this ?

greetings
PeterQ



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  Reply With Quote
Old 05-08-2004, 01:10 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: vba on Exchange Server

Yes, it's possible, but you're asking in the wrong place because none of
those sound Outlook programmming functions. Exchange development docs start
at http://msdn.microsoft.com/exchange/ with discussions in the
microsoft.public.exchange.applications newsgroup or the forum at
http://forum.cdolive.com/ShowForum.aspx?ForumID=6

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"PeterQ" <anoniempje@devdex.com> wrote in message
news:uQgVThteEHA.1724@TK2MSFTNGP10.phx.gbl...
> Hello Team !
>
> I have some questions about the possibility to access the Exchange
> Server (we are using now version 5.5) using code in VBA.
>
> Is it possible to add/edit/delete new user-accounts and mailboxes to the
> Exchange Server, adding and changing options such as roles for
> user-accounts, usernames and so on, using VBA ? I will also have to add
> custom properties to both user-accounts and mailboxes that I will want
> to interpret in Outlook clients.
>
> If so, what tools will I need to do this ? Will I have to access a COM
> object that is already present in the Exchange Server environment ? Can
> I do this directly using code written in Outlook macros or do I need to
> purchase the Redemption library for this ?
>
> Please, Team, can you give some information on this ?
>
> greetings
> PeterQ
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



  Reply With Quote
Old 05-08-2004, 01:16 PM   #3
Lars Roland
Guest
 
Posts: n/a
Default Re: vba on Exchange Server

Hi Peter

Some of the stuff you write confuse me a little, do you want to write
triggers/rules for excange servers (to run there) or do you want direct
acces, from within the Outlook, to the management facilities of
excange ?

Writing rules and triggers for excahnge using VB is no problem, using
CDO and ADSI (see the book Programming Outlook and Microsoft Excange
by Thomas Rizzo - it is easy to read an shows powerfull tecnics).

It should also be said that excange 5.5 is old, and I am not sure how much
programming control you have over it. Doing some of the stuff you describe
is certanly possible with Excange 2000/2003, but I am not sure if you can
do it with version 5.5, perhaps some of the MVP's know if this can be
done.



Regards.

Lars Roland


On Thu, 5 Aug 2004, PeterQ wrote:

> Hello Team !
>
> I have some questions about the possibility to access the Exchange
> Server (we are using now version 5.5) using code in VBA.
>
> Is it possible to add/edit/delete new user-accounts and mailboxes to the
> Exchange Server, adding and changing options such as roles for
> user-accounts, usernames and so on, using VBA ? I will also have to add
> custom properties to both user-accounts and mailboxes that I will want
> to interpret in Outlook clients.
>
> If so, what tools will I need to do this ? Will I have to access a COM
> object that is already present in the Exchange Server environment ? Can
> I do this directly using code written in Outlook macros or do I need to
> purchase the Redemption library for this ?
>
> Please, Team, can you give some information on this ?
>
> greetings
> PeterQ
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off