![]() |
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
|
|||
|
|||
![]()
Outlook 2003
SP3 Hello, How do I make a property NULL. This isn't working: item.userproperties("test") = NULL Can someone help me with the syntax? Thanks, Joel |
Ads |
#2
|
|||
|
|||
![]()
Do you mean you need to remove a user property? Why not call
UserProperty.Delete? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Joel Allen" wrote in message ... Outlook 2003 SP3 Hello, How do I make a property NULL. This isn't working: item.userproperties("test") = NULL Can someone help me with the syntax? Thanks, Joel |
#3
|
|||
|
|||
![]()
Can I enter a value in the field later, or does it permanently delete the
field? Will it one off the form? Thanks, Joel "Dmitry Streblechenko" wrote in message ... Do you mean you need to remove a user property? Why not call UserProperty.Delete? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Joel Allen" wrote in message ... Outlook 2003 SP3 Hello, How do I make a property NULL. This isn't working: item.userproperties("test") = NULL Can someone help me with the syntax? Thanks, Joel |
#4
|
|||
|
|||
![]()
Yes, you can enter the value later.
Adding a user peoepry using UserProperties.Add does not one-off an item. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Joel Allen" wrote in message ... Can I enter a value in the field later, or does it permanently delete the field? Will it one off the form? Thanks, Joel "Dmitry Streblechenko" wrote in message ... Do you mean you need to remove a user property? Why not call UserProperty.Delete? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Joel Allen" wrote in message ... Outlook 2003 SP3 Hello, How do I make a property NULL. This isn't working: item.userproperties("test") = NULL Can someone help me with the syntax? Thanks, Joel |
#5
|
|||
|
|||
![]()
Actually, using UserProperties.Add on a custom form item will indeed one-off
the item. Outlook has to store the field definition in the item, because it's not in the form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Dmitry Streblechenko" wrote in message ... Yes, you can enter the value later. Adding a user peoepry using UserProperties.Add does not one-off an item. - "Joel Allen" wrote in message ... Can I enter a value in the field later, or does it permanently delete the field? Will it one off the form? Thanks, Joel "Dmitry Streblechenko" wrote in message ... Do you mean you need to remove a user property? Why not call UserProperty.Delete? - "Joel Allen" wrote in message ... Outlook 2003 SP3 Hello, How do I make a property NULL. This isn't working: item.userproperties("test") = NULL Can someone help me with the syntax? Thanks, Joel |
#6
|
|||
|
|||
![]()
Ah! I am starting to forget wonderful Outlook forms:-)
-- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Sue Mosher [MVP]" wrote in message ... Actually, using UserProperties.Add on a custom form item will indeed one-off the item. Outlook has to store the field definition in the item, because it's not in the form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Dmitry Streblechenko" wrote in message ... Yes, you can enter the value later. Adding a user peoepry using UserProperties.Add does not one-off an item. - "Joel Allen" wrote in message ... Can I enter a value in the field later, or does it permanently delete the field? Will it one off the form? Thanks, Joel "Dmitry Streblechenko" wrote in message ... Do you mean you need to remove a user property? Why not call UserProperty.Delete? - "Joel Allen" wrote in message ... Outlook 2003 SP3 Hello, How do I make a property NULL. This isn't working: item.userproperties("test") = NULL Can someone help me with the syntax? Thanks, Joel |
#7
|
|||
|
|||
![]()
If I could only be so lucky... g
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Dmitry Streblechenko" wrote in message ... Ah! I am starting to forget wonderful Outlook forms:-) -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Inspector.WordEditor always returns null | Peter O'Dowd \(MVP\) | Add-ins for Outlook | 3 | May 1st 09 06:21 PM |
Restrict() method and Null values | Craig Buchanan[_2_] | Add-ins for Outlook | 3 | December 16th 08 05:04 PM |
NULL event item ? | Mark Beiley | Add-ins for Outlook | 0 | September 19th 07 12:46 AM |
Windows cannot find '(null)' | [email protected] | Outlook Express | 4 | April 13th 07 03:40 AM |
Null Contacts returned from MAPFolder.Items | [email protected] | Outlook - Using Contacts | 5 | May 15th 06 05:21 PM |