
create new contact from email message text
To get the currently open active message, use the ActiveInspector
object and get its CurrentItem.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
Quote:
> I receive email messages I would like to use to create a
> new contact form. I have a folder where the Inbox Wizard
> automatically puts the messages. The messages do not
> always have the same information fields (no eamil for
> example) so I will have to parse the message and that is
> no problem.
> Then I want to change the email Subject to "Entered plus
> the current date" and fill in the name, address, CSZ,
> phone, email etc. in a new contact form?
> So far it wants to run through the whole folder. How do I
> code for the current open message? Or how do I create a
> selection of only those without the "Entered" in the
> subject, create a new contact.
> thanks Jon