Dijji / XstReader

Xst Reader is an open source viewer for Microsoft Outlook’s .ost and .pst files, written entirely in C#. To download an executable of the current version, go to the releases tab.
Microsoft Public License
479 stars 70 forks source link

Delete Email #44

Closed headdawn closed 3 years ago

headdawn commented 3 years ago

Hi. How can I go about deleting an email. Thanks.

Dijji commented 3 years ago

XstReader never modifies the files that it reads, so there is no way to delete an email.

Also, why is this a pull request? Why would I merge master back into CommandLine, which was a branch containing the work of one of the contributors to the current master? CommandLine is now only there as a reference point to ensure that I did not lose any functionality when I incorporated that contribution into the main line.

headdawn commented 3 years ago

Thanks for your reply. I don't know how to use Github very well. You can actually do it the way it will be. Good work.

Dijji commented 3 years ago

Okay, no problem. The usual way to ask your question would have been to open an issue, rather than a pull request. The latter is used exclusively to propose code changes. As it seems this was not your intent, I will close the request. Please don't hesitate to raise any other questions, however, though preferably as issues!