I write an outlook add-in and I am new to it, so please elaborate.
When I am offline and attempt to send an MailItem, the MailItem is moved to outbox. However, I noticed (as per screenshot below), that it has "draft" icon and no date.
As a result, when I get online, it will never get sent.
How do I move it to outbox folder but have it land there not as a draft?
I move it lilke this:
(myItem as MailItem).Move(myOutboxFolder);