Using Outlook from within Access

T

Tim

I have written some code to generate an e:mail message
from within outlook and have been able to set the
importance as high by using:

Importance=olImportanceHigh

Is there a similar method of ensuring read and delivery
receipts are set?
 
C

Cheryl Fischer

Try using the following properties:

OriginatorDeliveryReportRequested = True
ReadReceiptRequested = True

hth,
 
O

OzPete

Tim,

Do you only require receipts and read information for the emails you send
from the app?

You could always turn on those requests in Outlook :) then you wouldn't
need the code!

OzPete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top