Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 153
Default Coding email with 'read receipt' requested in VBA

Hi,

I've checked out how to send mail in VBA from this site:
http://www.rondebruin.nl/sendmail.htm. This worked great for sending
a short message. I would also like to have it sent with a Read
Receipt included (so the sender is notified when their message is
read). How does that get coded? Thanks.

Frank
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Coding email with 'read receipt' requested in VBA

Once you have an e-mail object active (for example the "OutMail"-object
in the first example (Mail the whole workbook) on that website), and
you're assigning the properties of that e-mail, you can also add the
following line of code:

With OutMail
.ReadReceiptRequested = True
End With

HTH, CoRrRan

Phrank wrote:
Hi,

I've checked out how to send mail in VBA from this site:
http://www.rondebruin.nl/sendmail.htm. This worked great for sending
a short message. I would also like to have it sent with a Read
Receipt included (so the sender is notified when their message is
read). How does that get coded? Thanks.

Frank

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Coding email with 'read receipt' requested in VBA

Hi Frank

Click on the Tip link on each example page

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Phrank" wrote in message ...
Hi,

I've checked out how to send mail in VBA from this site:
http://www.rondebruin.nl/sendmail.htm. This worked great for sending
a short message. I would also like to have it sent with a Read
Receipt included (so the sender is notified when their message is
read). How does that get coded? Thanks.

Frank

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 153
Default Coding email with 'read receipt' requested in VBA

Thanks both! I appreciate this.

On Wed, 31 Jan 2007 09:17:45 +0100, CoRrRan
wrote:

Once you have an e-mail object active (for example the "OutMail"-object
in the first example (Mail the whole workbook) on that website), and
you're assigning the properties of that e-mail, you can also add the
following line of code:

With OutMail
.ReadReceiptRequested = True
End With

HTH, CoRrRan

Phrank wrote:
Hi,

I've checked out how to send mail in VBA from this site:
http://www.rondebruin.nl/sendmail.htm. This worked great for sending
a short message. I would also like to have it sent with a Read
Receipt included (so the sender is notified when their message is
read). How does that get coded? Thanks.

Frank

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make a receipt or invoice so that the receipt Nos. change automatically capitokk Excel Discussion (Misc queries) 1 May 16th 11 06:26 PM
VBA coding for expiry dates alert threw email Tia[_3_] Excel Worksheet Functions 1 July 20th 09 03:12 PM
email a read only doc Vlegg Excel Discussion (Misc queries) 1 May 11th 06 08:02 PM
when I email my workbook, it is received as 'read only' Kathryn Excel Discussion (Misc queries) 5 February 28th 06 01:37 AM
Adding read receipt to CDO code? [email protected] Excel Programming 1 January 12th 06 07:30 PM


All times are GMT +1. The time now is 05:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"