A
Ajay
Hi,
A custom Field was created using a COMAddin in Outlook.
I tried to delete the custom Field using the
userproperties of Item by specifying
With Item
.userproperties.Remove("Blah")
End With
Item.Save
I see the the same custom Field in the Form design view
under the tab All Fields by for the user-defined field for
the <folder>.
I tried to do the same thing using CDO.
I am not able to solve this problem.
I would be pleased if anybody there could help me out.
Thanks
Ajay
A custom Field was created using a COMAddin in Outlook.
I tried to delete the custom Field using the
userproperties of Item by specifying
With Item
.userproperties.Remove("Blah")
End With
Item.Save
I see the the same custom Field in the Form design view
under the tab All Fields by for the user-defined field for
the <folder>.
I tried to do the same thing using CDO.
I am not able to solve this problem.
I would be pleased if anybody there could help me out.
Thanks
Ajay