|
|
|
date: Fri, 16 May 2008 06:06:00 -0700,
group: microsoft.public.office.developer.com.add_ins
back
Re: How to add/remove attachments only for the Inspector
The Inspector is a window, a container. It's the Inspector.CurrentItem that
would have attachments, recipients, subject, etc. You must modify the item
if you want to play with its attachments, and any change to an item will of
course change the LastModificationTime property. You can't do what you want.
--
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
"Pavel Rosoi" wrote in message
news:096CE954-BF59-4548-ADD7-04D078813F91@microsoft.com...
> Thank you for your answer.
> I am able to add/remove attachments on the existing items, but I am
> wondering if it is possible to directly control the Inspector form,
> bypassing
> the item operations.
> If I use the MailItem.Attachements Add/Remove I modify the
> LastModificationTime property.
>
> There is an API which allows to directly controlling the Inspector form
> fields or any other way in order to put some supplementary information on
> the
> Inspector form but without touching the item?
> Best regards
date: Wed, 21 May 2008 09:36:48 -0400
author: Ken Slovak - [MVP - Outlook]
|
|