Tagged Questions

0
votes
2answers
42 views

How Can I Get The Email Sender Address

Hello, I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that w …
0
votes
1answer
52 views

Inserting > at the start of each line in reply e-mails

In my Rails app I have a mail section in which I want to append a > character at the start of each line when replying to a message. The challenge is, how do I know when to inser …