Is there a way to programmatically check names?

  • Thread starter Thread starter John Riddle
  • Start date Start date
J

John Riddle

This is my second postin of this question. I don't know if it is possible to
programmatically check names in the "Contacts" field when the item is
opened. Can anyone help?

John
 
The Links collection can only hold Contact items. If you are adding
something to Links (Contacts) create a dummy item, add the name as a
recipient and use the Resolve method then test with Resolved. If you
want to check an existing Link each Link is a contact so you can get
Link as a contact and try to open the contact.

--
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
 
Back
Top