trevorwilliams2
Programmer
Based on a user selection in an Access (2010) form I am trying to change color of an Outlook email category.
Working the Outlook mailItem I am trying to do the following:
If Forms!frmTreeViewFull!TextFlagColor = "Red" Then
currentMail.Categories = olCategoryColorRed
currentMail.Save
End If
The problem is that instead of changing the category color it returns the numeric value associated with the color.
I must have the syntax off here someplace...
Any suggestions would be apreciated
Working the Outlook mailItem I am trying to do the following:
If Forms!frmTreeViewFull!TextFlagColor = "Red" Then
currentMail.Categories = olCategoryColorRed
currentMail.Save
End If
The problem is that instead of changing the category color it returns the numeric value associated with the color.
I must have the syntax off here someplace...
Any suggestions would be apreciated