![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
Whether a particular field displays an icon is governed by the column settings for the view that displays that field. Custom icons are not supported.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sanjay_S via OfficeKB.com" u27530@uwe wrote in message news:679974724edce@uwe... 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 |
#3
|
|||
|
|||
![]()
Thank you Sue..
Sue Mosher [MVP-Outlook] wrote: Whether a particular field displays an icon is governed by the column settings for the view that displays that field. Custom icons are not supported. Hi [quoted text clipped - 15 lines] Thanks in advance Sanjay -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tacts/200610/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add "Insert File" icon to custom form? | D.Farns | Outlook - Using Forms | 2 | July 24th 06 05:07 PM |
How to set holidays as "Out of office" in "Show time as" field? | TFS | Outlook - Calandaring | 0 | May 22nd 06 04:40 PM |
Removing unwanted "Auto Complete" addresses from the "To:" field? | Pilgrim | Outlook - General Queries | 1 | May 1st 06 08:15 PM |
"Percent" field changed to "Number" field | Vaughan | Outlook - Using Forms | 1 | March 14th 06 02:32 PM |
Don't use "X" in outlook as delete icon, it looks like "close" | HuskieChem | Outlook - Installation | 1 | January 9th 06 03:02 AM |