Thread: NULL
View Single Post
  #4  
Old July 8th 09, 08:47 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default NULL

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







Ads