![]() |
| 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. |
|
|||||||
| Tags: mouseover, outlook, property |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
For the longest time I have wanted to add additional notes to my
emails that can only be viewed by me for future reference. I've come up with a solution that I really like so far but I'm wondering if I can make some enhancements to it. My solution involves displaying a textbox for the user to enter the notes. Those notes are then saved into the mail item's BillingInformation property which as far as I know is rarely used if used at all. A user can add/remove notes anytime they want and the changes should be saved into the BillingInformation property. In addition, I've decided to mark the item with a Green flag so I'll know which items have notes and which items don't. I've created an access key for my Macro but it is kind of annoying having to press the key everytime I want to see an item's notes. Is there a way to popup the textbox every time the mouse hovers over an item with a green flag or any item for that matter? |
| Ads |
|
#2
|
|||
|
|||
|
No. Why don't you use the SelectionChange event? If one item is selected you can popup the notes. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Organize eMails: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Thu, 12 Jul 2007 12:34:31 -0700 schrieb Felix Angulo: For the longest time I have wanted to add additional notes to my emails that can only be viewed by me for future reference. I've come up with a solution that I really like so far but I'm wondering if I can make some enhancements to it. My solution involves displaying a textbox for the user to enter the notes. Those notes are then saved into the mail item's BillingInformation property which as far as I know is rarely used if used at all. A user can add/remove notes anytime they want and the changes should be saved into the BillingInformation property. In addition, I've decided to mark the item with a Green flag so I'll know which items have notes and which items don't. I've created an access key for my Macro but it is kind of annoying having to press the key everytime I want to see an item's notes. Is there a way to popup the textbox every time the mouse hovers over an item with a green flag or any item for that matter? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTMLBody Property of Outlook MailItem | Judy | Outlook - Using Forms | 1 | December 27th 06 02:46 AM |
| How to access the Private property on a Outlook.AppointmentItem | PromisedOyster | Outlook and VBA | 1 | August 11th 06 01:26 PM |
| Outlook 2003 vs. 2000 / HTMLBody Property | Fred Block | Outlook and VBA | 5 | August 7th 06 08:04 PM |
| Send As Property Outlook VBA | mac7attack@gmail.com | Outlook and VBA | 1 | March 15th 06 05:12 PM |
| Background Color for Outlook Property Page | paulmcd | Add-ins for Outlook | 2 | February 15th 06 08:38 AM |