Hit a Command button and "change" a property of an email to be detected later

  • Thread starter Thread starter George Hester
  • Start date Start date
G

George Hester

I would like to make a command button which when clicked with a particular
emal selected, a property of the email is set so that I can retrieve the new
property later. Of course it cannot be a property it had prior to my doing
what I am asking about. Any suggestion on how to do that?
 
Yes Michael that is what I did. See I am learning. I do have a question
for you though. In my ItemAdd event for a particular folder I assign that
UserProperty. But the email may go on to another folder in which another
class works on it. My question is once I assign a UserPropery to that
e-mail and where I might or might not Save the mailitem, does the
UserProperty go along for the ride as it is affected by any other Procedure
I choose to send it through? Are there any exceptions like maybe save the
MailItem as soon as I assign a UserProperty to it? Thanks.
 
Back
Top