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
<z.ghulam[ at ]gmail.com> wrote in message news:1146151049.882578.12590[ at ]i39g2000cwa.googlegroups.com...
[Quoted Text] > lol, I might have missed something - Could you tell me how to do this? >
|