Tagging emails to create a dialogue?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
How should I go ahead to create a dialogue from a series of emails? My idéa was to receive an email, tag it with a uniqe id and then look for that id when receiving consecutive emails. If the id match, it's a reply to the same email. I want the reply to be indifferent to what the user has done to the mail i.e. the user should not be able to view or tamper with the id tag. Can I append the id to the SMTP header? Will this make it email-client-safe? How do I in that case read and write the header?