Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set an Exchange Contact's 'Hot Contacts' flag?

Status
Not open for further replies.

bbCincinnati

Programmer
Aug 21, 2008
14
US
Hi Folks,

Can anyone give a newbie a pointer?

I'm trying to programmatically set an Outlook 'Categories' to true (checked).
The flag/field I want to set is 'Hot Contacts'.
I believe the field that corresponds to 'Categories' is 'Keywords'.
I think that it is an array of strings.
So, I'm trying to set it something like this:

targData["Keywords"]["Hot Contacts"] = true;

(Where targData is the object accessing Exchange's contacts fields).
I'm very doubtful that I have the syntax right, especially since my code blows up.

Can anyone point me in the right direction?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top