Prompt for New contact

G

Guest

A couple days ago an employee asked if there was a way to get Outlook to
prompt you when you recieve an e-mail from someone who is not in your contact
list.

We downloaded an add-on that adds contacts from all messages sent and
recieved, but it hasn't been very helpfull.

My Goal for this script:
1. retrieve addresses from emails
2. Check for the address in the contacts list
3. run a form that will prompt "would you like to add as contact"
4. when you click yes, opens the standard "add contact" form with the email
already filled out (this one is optional)

I already have the Prompt form created and have named it addprompt. The only
script I have right now is the script for the "no" button.

any advice on how to achieve my goal would be greatly apreciated
 
S

Sue Mosher [MVP-Outlook]

If all you want is a prompt, you don't need any code. Just use a rule that has no conditions, a notify me action, and an exception for items in the address book.
 
G

Guest

The Prompt is what I am looking for. However, I would like Outlook to do more
then just prompt you. I was aiming for a prompt that would open the standard
"new contact" form with the email text box already filled with the email from
that message.

Now that I realize there is an exception for being in an address book, I
think the rule should run a code to either go directly to the "new contact"
form or ask the user first, if they would like to add the email as a new
contact.

I appologize if my original question did not express the entire goal.
 

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