A
Aleksander
Hello,
We development an Outlook add-in for deleting some file attachments from
mail messages.
In OnExplorerSelectionChange() event , doing loop from 1 to attachments
count, where delete some attachments by Delete() method. After all
deletions, make Save() for MailItemPtr.
It's work fine, when i have POP3 or MAPI account, but have a problem with
IMAP mails: after Save() method, in imap folder with modified message
creating a one new message - copy of original message, i.e. with all
attachments, with "deleted" option (strike out in message list). If i click
this new-original message - created more one message, and so on
Question: how can i edit and save message in IMAP, in order to do not
created duplicate of messages?
Thanks!
We development an Outlook add-in for deleting some file attachments from
mail messages.
In OnExplorerSelectionChange() event , doing loop from 1 to attachments
count, where delete some attachments by Delete() method. After all
deletions, make Save() for MailItemPtr.
It's work fine, when i have POP3 or MAPI account, but have a problem with
IMAP mails: after Save() method, in imap folder with modified message
creating a one new message - copy of original message, i.e. with all
attachments, with "deleted" option (strike out in message list). If i click
this new-original message - created more one message, and so on
Question: how can i edit and save message in IMAP, in order to do not
created duplicate of messages?
Thanks!