Reading attachments fails if receipt is requested...
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
|