PC Review


Reply
Thread Tools Rate Thread

Coding email with 'read receipt' requested in VBA

 
 
Phrank
Guest
Posts: n/a
 
      31st Jan 2007
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 With Quote
 
 
 
 
CoRrRan
Guest
Posts: n/a
 
      31st Jan 2007
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 With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      31st Jan 2007
Hi Frank

Click on the Tip link on each example page

--

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


"Phrank" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> 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 With Quote
 
Phrank
Guest
Posts: n/a
 
      1st Feb 2007
Thanks both! I appreciate this.

On Wed, 31 Jan 2007 09:17:45 +0100, CoRrRan
<CoRrRan~NOSPAM~@~NOSPAM~gmail.com> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Read Receipt Requested wilhelmmt Microsoft Outlook VBA Programming 1 18th Nov 2009 11:34 PM
Get read receipt if not requested? =?Utf-8?B?ZHNhYm9sMjAwMA==?= Microsoft Outlook Discussion 3 2nd Oct 2007 04:46 PM
Still cannot requested a read receipt =?Utf-8?B?QmVu?= Microsoft Outlook Discussion 4 23rd Aug 2007 08:12 PM
How to tell if a sender requested a 'Read' receipt =?Utf-8?B?Z2V0cmF2ZWw=?= Microsoft Outlook Discussion 2 2nd Apr 2006 12:13 AM
(File > Properties) Read Receipt Requested and Delivery Receipt Requested =?Utf-8?B?QXRsYW50YQ==?= Microsoft Outlook 0 10th Nov 2003 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:34 AM.