Identifying Outlook properties

J

JT

If I right click on the name of a person in an e-mail, I can retrieve
information on a user like first name, last name, address (city, state, zip,
country / region), alias, title, company, office, department, etc. from the
Outlook Properties

When a user signs on to a machine, their "version" of Outlook is loaded on
the machine and contains their folders, their e-mails, their settings. etc.

What I'm trying to do is create a macro in another application that will go
to Outlook and retrieve the title (of the sender). Based on the sender's
title it retireves, the macro will perform the appropriate action.

I have the following questions: (1) Is this possible? (2) Does Outlook need
to be open? (3) Does an e-mail need to be open?

Any suggestions, comments, or code to get started would be appreciated.
Thanks for all of the help.....Mike
 
M

Michael Bauer

Am Mon, 29 Aug 2005 06:33:01 -0700 schrieb JT:

Which sender and appropriate action do you talk about?

For getting the selected e-mail´s sender e.g., you need to have Outlook
opened.
 
J

JT

I'm looking for information on the sender of outgoing e-mails and not e-mails
received. Thanks for the help......
 
Top