![]() |
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
|
|||
|
|||
![]()
Is it possible when creating a task request to have an add-on which
provides a unique reference and enters it into the task? Thanks |
#2
|
|||
|
|||
![]()
Sure.
-- 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 oups.com... Is it possible when creating a task request to have an add-on which provides a unique reference and enters it into the task? Thanks |
#3
|
|||
|
|||
![]()
Am Wed, 26 Apr 2006 16:25:36 -0400 schrieb Ken Slovak - [MVP - Outlook]:
Sure. LOL Concise and precise :-) -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- |
#4
|
|||
|
|||
![]()
lol, I might have missed something - Could you tell me how to do this?
|
#5
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error Number: 0x800CCC7F and Error Number 0x800CCC0F | artjipelago | Outlook - Installation | 1 | September 9th 08 03:02 PM |
Automatic Generation of a Reference Number | [email protected] | Outlook - General Queries | 1 | April 27th 06 05:19 PM |
Outlook 2003 Quick Reference Card | Bruce | Outlook - General Queries | 2 | April 19th 06 04:41 PM |
maintain automatic format when adding new calendars | Linda L | Outlook - Calandaring | 2 | April 10th 06 04:13 AM |
Reference Formula | ~KO | Outlook - Using Forms | 3 | February 24th 06 09:20 PM |