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?