You could set the e-mail's ReadReceiptRequested property to False, call Save
and reset the property later. That changes the LastModifiedTime property of
course.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
--
www.VBOffice.net --
Am Wed, 29 Nov 2006 10:06:02 -0800 schrieb Ake:
Hi,
I do the following (from an Excel macro, if that is important)
If SubFolder.Items.Count 0 Then
For Each Item In SubFolder.Items
For Each Atmt In Item.Attachments
...saving file or whatever...
However, my macro quits, as if finished, as soon as it hits a mail that
has
requested a receipt.
What is the best way to get around it? I would like to get them all in one
go.
Kind regards / Ake