PC Review


Reply
Thread Tools Rate Thread

CDO Read Receipt

 
 
G
Guest
Posts: n/a
 
      10th May 2005
Hello,

I frequently use the following code on my various sites:

<%
Set bc = Server.CreateObject("MSWC.BrowserType")
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "Invite from domain.com"
objMessage.Sender = "(E-Mail Removed)"
objMessage.To = "(E-Mail Removed)"
objMessage.Bcc = ""
objMessage.Cc = ""
objMessage.HTMLBody ="HTML body here"
objMessage.Send
%>


Is there any way for the email generated to "request a read receipt"? I
have had a look on Google, but I am not able to find what I need - maybe I
am not searching for the right thing,
Server is Windows Server 2003 Web Edition, running IIS 6.

Regards,

Gary.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?SHlwZXJhY3RpdmU=?=
Guest
Posts: n/a
 
      10th May 2005


"G" wrote:

> Hello,
>
> I frequently use the following code on my various sites:
>
> <%
> Set bc = Server.CreateObject("MSWC.BrowserType")
> Set objMessage = CreateObject("CDO.Message")
> objMessage.Subject = "Invite from domain.com"
> objMessage.Sender = "(E-Mail Removed)"
> objMessage.To = "(E-Mail Removed)"
> objMessage.Bcc = ""
> objMessage.Cc = ""
> objMessage.HTMLBody ="HTML body here"
> objMessage.Send
> %>
>
>
> Is there any way for the email generated to "request a read receipt"? I
> have had a look on Google, but I am not able to find what I need - maybe I
> am not searching for the right thing,
> Server is Windows Server 2003 Web Edition, running IIS 6.
>
> Regards,
>
> Gary.
>
>
>

 
Reply With Quote
 
=?Utf-8?B?SHlwZXJhY3RpdmU=?=
Guest
Posts: n/a
 
      10th May 2005
Yes, you can request a read receipt using CDO. Here is a link to an article
on the easiest way to implement this into your code:

http://www.aspfaq.com/show.asp?id=2252
 
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
Outlook 2003 read receipt - can I hide the send read receipt promp =?Utf-8?B?U2FuZHkgV29vZA==?= Microsoft Outlook Discussion 4 19th Sep 2007 03:30 PM
Delivery receipt and read receipt not working =?Utf-8?B?QnJhZA==?= Microsoft Outlook Installation 0 23rd Nov 2006 07:25 PM
read receipt in outlook -sending a read receipt even though option =?Utf-8?B?TXJzTWFjMjAwMA==?= Microsoft Outlook Discussion 2 19th Sep 2006 05:10 PM
How can I check if a msgs was read w/o read receipt reply? =?Utf-8?B?VmxhZGRpZ2dpZQ==?= Microsoft Outlook Discussion 3 26th Jul 2005 07:48 PM
(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 07:17 PM.