U
Ugur KARATAS
Hi all,
I write down some piece of code that copy mail item in outlook after doing
some jobs i try to delete.
But copy mail is not deleted from my mail folder (for example "Inbox" ).
What is Problem ? I cant imagine why...
[Code Snip]
Outlook.MailItem copyMail = orginalMail.Copy();
....
....
....
copyMail.Delete();
[End of Code Snip]
I write down some piece of code that copy mail item in outlook after doing
some jobs i try to delete.
But copy mail is not deleted from my mail folder (for example "Inbox" ).
What is Problem ? I cant imagine why...
[Code Snip]
Outlook.MailItem copyMail = orginalMail.Copy();
....
....
....
copyMail.Delete();
[End of Code Snip]