M
maswhat
Hi,
I'm trying to automatically send notification email to multiple Outlook
users. Before I send this notification email, I would assign a certain
category, i.e. "Due Date Notification" to the email, and I would like this
category to stay on the email when it is received by users.
I was able to add a category to email
objMailItem.Categories = "Due Date Notification"
but, when user receive this email, this category is gone. Is this a
designed behavior of the Category? If so, what else can I do to make this
happen. I would like users to be able to sort/filter/forward a folder using
the category. I would not like to add addtional text, like "(Due Date)" as a
part of the Subject or the Message and use it for sorting or filtering, etc.
Thank you.
I'm trying to automatically send notification email to multiple Outlook
users. Before I send this notification email, I would assign a certain
category, i.e. "Due Date Notification" to the email, and I would like this
category to stay on the email when it is received by users.
I was able to add a category to email
objMailItem.Categories = "Due Date Notification"
but, when user receive this email, this category is gone. Is this a
designed behavior of the Category? If so, what else can I do to make this
happen. I would like users to be able to sort/filter/forward a folder using
the category. I would not like to add addtional text, like "(Due Date)" as a
part of the Subject or the Message and use it for sorting or filtering, etc.
Thank you.