View Single Post
  #5  
Old April 27th 06, 09:12 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Adding Automatic Reference Number

One easy way is to use the BillingInformation field that's almost always
unused. That's a string field you can store a number as a string in there or
even a GUID. Or you can use the Item's UserProperties collection:

Set oUserProp = Item.UserProperties.Add("MyProp", olText)
oUserProp.Value = whatever

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


wrote in message
ups.com...
lol, I might have missed something - Could you tell me how to do this?


Ads