Hello
I need to automate through code, a delivery receipt.
I can't find the code and wondered if some-one else was familiar with this library.
something like :
.RequestDeliveryReceipt = True ??????
Regards
Dave
Hello
I need to automate through code, a delivery receipt.
I can't find the code and wondered if some-one else was familiar with this library.
something like :
.RequestDeliveryReceipt = True ??????
Regards
Dave

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Hi Dave,
The property you're looking for is OriginatorDeliveryReportRequested. It applies to the MailItem and MeetingItem objects.
objMailItem.OriginatorDeliveryReportRequested = True
Hans, A star once more !!
p.s
Where did you find it ? Object browser ??
Yes, I typed delivery in the search box of the Object Browser.