C
CGF
Hello all,
I'm trying to change the Categories in VB, but for some reason it is not
working. My situation is this: In the Inbox folder, I select some mail
items and run the following code:
Sub DefineCategories(CategoryStr As String)
Dim ItemInt As Integer
For ItemInt = 1 To
Application.ActiveExplorer.Selection.Count
Application.ActiveExplorer.Selection(ItemInt).Categories =
CategoryStr
Application.ActiveExplorer.Selection(ItemInt).Save
Next ItemInt
End Sub
But with this code, nothing happens. Could anyone help me with this ?
I'm trying to change the Categories in VB, but for some reason it is not
working. My situation is this: In the Inbox folder, I select some mail
items and run the following code:
Sub DefineCategories(CategoryStr As String)
Dim ItemInt As Integer
For ItemInt = 1 To
Application.ActiveExplorer.Selection.Count
Application.ActiveExplorer.Selection(ItemInt).Categories =
CategoryStr
Application.ActiveExplorer.Selection(ItemInt).Save
Next ItemInt
End Sub
But with this code, nothing happens. Could anyone help me with this ?