Re: Outlook COM Add-In problems with IMAP
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Thu, 13 Aug 2009 13:27:57 -0400
Unless the message are actually downloaded locally you can't as far as I know. IMAP is a server side storage and unless you can send commands to the server to do what you want it isn't doable.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Aleksander" <Aleksander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:27633EE2-9C87-46D8-B6B2-2F198006C582@xxxxxxxxxxxxxxxx
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!
.
- Follow-Ups:
- Re: Outlook COM Add-In problems with IMAP
- From: Slaffko
- Re: Outlook COM Add-In problems with IMAP
- References:
- Outlook COM Add-In problems with IMAP
- From: Aleksander
- Outlook COM Add-In problems with IMAP
- Prev by Date: Outlook COM Add-In problems with IMAP
- Next by Date: Re: Outlook Addin & Readingpane
- Previous by thread: Outlook COM Add-In problems with IMAP
- Next by thread: Re: Outlook COM Add-In problems with IMAP
- Index(es):
Relevant Pages
|