Hi,
if i download a message and handle the attachments afterward i want to add a Tag like " Done + Timestamp" to the Subject. However the change will never saved.
Code:
```
mail.Subject = mail.Subject + " // DONE " + DateTime.Now;
```
Any Ideas why? Or isn´t it supported?
br Nico
if i download a message and handle the attachments afterward i want to add a Tag like " Done + Timestamp" to the Subject. However the change will never saved.
Code:
```
mail.Subject = mail.Subject + " // DONE " + DateTime.Now;
```
Any Ideas why? Or isn´t it supported?
br Nico