Hello All,
here at work we're trying to automate our system for
adding new contacts to outlook.
here's the situation:
we currently have an asp script that sends an e-mail to
our exchange server with all the information we want to
add as a new contact. i'm looking for some help, or even
some code that will take the information from that e-mail,
and automatically add a new contact entry. parsing my e-
mail is already done, i just need to know how to get that
parsed information into my contacts folder.
thanks in advance,
greg
Sue Mosher [MVP] - 29 Aug 2003 02:57 GMT
To create a new contact, you can use the Application.CreateItem method. After that, it's a matter of setting properties and saving -- see http://www.slipstick.com/dev/propsyntax.htm

Signature
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello All,
> here at work we're trying to automate our system for
[quoted text clipped - 12 lines]
> thanks in advance,
> greg