/ Forums / Advansys Formativ / Creating Solutions with Formativ / Set categories / Reply To: Set categories
January 30, 2005 at 3:06 pm
#7110
For messages the user creates, I would suggest the OnSend event. From that point you should be able to access the CommandMessage’s categories collection, ennumerate it to see if the user has set a category, and update the category if required.
You could also try the OnCompose event, but that wouldn’t give the user the opportunity to set a category themselves.
I hope this helps,
Advansys Support