COM objects and methods for Outlook 2000

R

Richard

Hi

I have a number of user lists in Ascii text format that I
want to enter as Contacts into Outlook and therefore
create a contact user group for each list. The people on
each list are rather dynamic so its rather tedious
changing the list.There is no paste option so you have to
enter them one by one.

I can access Outlook from Perl :) via COM but do not know
how to get a list of COM objects and methods for Outlook
2000. I assume there is a list somewhere on this MS site.

Hopefully a simple question to answer. Or if there is a
simpler way to get the contact lists updated that would do
too. :)

thanks for reading this far.

R
 
T

Tran Gia Loc

Hello Richard,
The tool called OLE/COM Viewer (from Microsoft) allows you
to see the description of all COM classes & interfaces in
its "COM purest form" (class names, method names, argument
names, types, ... in C). If you have Outlook installed on
your Windows, then this tool allows you to see the
description of all Outlook COM classes & interfaces. I've
got this tool when I install Visual Studio .NET.
Tran Gia Loc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top