A
Alexander Weinstock
I found an advice from Sue Mosher for removing categories for outgoing
emails earlier in this group:
Can anyone suggest something similar for removing categories for
*incoming* email?
Thanks
Alexander
emails earlier in this group:
Put this code in the
ThisOutlookSession module and make sure macro security isn't set to High
unless you digitally sign the project:
Private Sub Application_ItemSend _
(ByVal Item As Object, Cancel As Boolean)
Item.Categories = ""
End Sub
Can anyone suggest something similar for removing categories for
*incoming* email?
Thanks
Alexander