View Single Post
  #1  
Old October 11th 06, 12:07 PM posted to microsoft.public.outlook.contacts
Sanjay_S via OfficeKB.com
external usenet poster
 
Posts: 8
Default Adding icon to the custom field using "olYesNo"

Hi

I have written an application in VC++;
I want to have a custom field in outlook say "Mobile" and i want to place a
icon into that field..

_MailItemPtr olMail( pApp-CreateItem(olMailItem));
UserPropertyPtr kkk = olMail-UserProperties-Add("Mobile",olYesNo,true,
vtMissing);
olMail-Close(olSave);

I am able to create a field and see the same thing added onto my field
chooser.
My Question is
1). I am using olYesNo as Type, but i dont know how to make it as a icon
field.

Thanks in advance
Sanjay

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tacts/200610/1

Ads