Hi there,
I am attempting to delete emails in Outbox folder and where I will mark emails in the folder as deleted using ImapClient..::MarkAsDeleted Method and proceed with ImapClient..::MarkAsDeleted Method to delete those emails. But I am having troubles with marking the emails as deleted, the function MarkAsDeleted requires argument of string sequence number, but when I pass the seq no, it always returns error. I tried out with other MarkAsSeen method which requires argument of int sequence number and it was okay. Maybe there's an issue with my MarkAsDeleted method( ), please advise.