![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Delivery receipt and read receipt not working | Brad | Outlook - Installation | 0 | November 23rd 06 08:25 PM |
Help, 'requested tasks' dialog box won't go away! | Uncle Vinnie | Outlook - General Queries | 0 | May 26th 06 03:50 PM |
Reading emails and attachments when offline | bench2006 | Outlook - General Queries | 1 | May 15th 06 07:21 PM |
Reading attachments | Frchief | Outlook Express | 2 | March 17th 06 12:52 AM |
server-requested client action message | MCSA-M | Outlook - General Queries | 7 | January 18th 06 09:24 PM |