From: PA Bear [MS MVP] on 29 Sep 2009 02:05 Repost: Do you see this behavior when you send a message with a Read Receipt Request to yourself...without using that VFP coding...and you open the message in OE? Marc wrote: > That setting is "Notify me for each read receipt request" > > > "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message > news:%23O5pTbGQKHA.2092(a)TK2MSFTNGP04.phx.gbl... >> Not much clearer, I'm afraid. (While you may know what you're talking >> about, you have to describe it so WE know, too.) >> >> Are you sending this Read Receipt email to yourself? >> >> What is your setting... >> >> OE Tools | Options | Receipts | Returning Read Receipts <=here? >> >> >> Marc wrote: >>> Thanks PA Bear >>> I tried with sending other mail account.and >>> selecting Request a read receipt for all sent.. checkbox >>> in Tools Options, but then also it doesn't prompt >>> Readrecipt message after receiving the mail >>> Pls help.. >>> >>> "PA Bear [MS MVP]" wrote: >>>> Your post is anything but clear to me. >>>> >>>> You're sending yourself a message requesting a Read Receipt and you >>>> don't >>>> see the Read Receipt prompt when you open the message or you're sending >>>> someone else a message requesting a Read Receipt and you don't receive >>>> Read Recipt confirmation? >>>> >>>> Are you using OE Tools | Options | Receipts | Request a read receipt... >>>> for this? >>>> >>>> >>>> Marc wrote: >>>>> My default mail client is Outlook Express >>>>> Even I make "MsgReceiptRequested" property value to true >>>>> I can't see Read recipt messagebox after receiving the mail. >>>>> This is my sample VFP coding to send mail >>>>> Pls help.. >>>>> >>>>> loMapiSession = CREATEOBJECT('MSMAPI.MAPISession.1') >>>>> loMapiSession.SignOn() >>>>> loMapiSession.DownloadMail = .F. >>>>> loMAPIMessage = CREATEOBJECT('MSMAPI.MAPIMessages.1') >>>>> loMAPIMessage.SessionID = loMAPISession.SessionID >>>>> loMAPIMessage.Compose() >>>>> loMAPIMessage.MsgReceiptRequested = .T. >>>>> loMAPIMessage.MsgNoteText = "MAPI Received date" >>>>> loMAPIMessage.MsgSubject = "MAPI Received date" >>>>> loMAPIMessage.RecipDisplayName = "xxxx(a)ssss.xx" >>>>> loMAPIMessage.RecipIndex = 0 >>>>> loMAPIMessage.RecipType = 1 >>>>> loMAPIMessage.AddressResolveUI = .T. >>>>> loMAPIMessage.ResolveName() >>>>> loMAPIMessage.Send(0) >>>>> loMapiSession.SignOff() >>>>> >>>>> Disposition-notification-to: xxxx(a)ssss.xx >>>>> value is not updated in mail header >>>>> when I send mails by using MAPI through >>>>> Outlook Express 6 >>>>> >>>>> But this doesn't happen when my default mail client is >>>>> set to MSOutlook.
From: Marc on 29 Sep 2009 06:06 No this happens only when I'm sending mails with using VFP "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message news:Or3h%23tMQKHA.4028(a)TK2MSFTNGP05.phx.gbl... > Repost: Do you see this behavior when you send a message with a Read > Receipt Request to yourself...without using that VFP coding...and you open > the message in OE? > > Marc wrote: >> That setting is "Notify me for each read receipt request" >> >> >> "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message >> news:%23O5pTbGQKHA.2092(a)TK2MSFTNGP04.phx.gbl... >>> Not much clearer, I'm afraid. (While you may know what you're talking >>> about, you have to describe it so WE know, too.) >>> >>> Are you sending this Read Receipt email to yourself? >>> >>> What is your setting... >>> >>> OE Tools | Options | Receipts | Returning Read Receipts <=here? >>> >>> >>> Marc wrote: >>>> Thanks PA Bear >>>> I tried with sending other mail account.and >>>> selecting Request a read receipt for all sent.. checkbox >>>> in Tools Options, but then also it doesn't prompt >>>> Readrecipt message after receiving the mail >>>> Pls help.. >>>> >>>> "PA Bear [MS MVP]" wrote: >>>>> Your post is anything but clear to me. >>>>> >>>>> You're sending yourself a message requesting a Read Receipt and you >>>>> don't >>>>> see the Read Receipt prompt when you open the message or you're >>>>> sending >>>>> someone else a message requesting a Read Receipt and you don't receive >>>>> Read Recipt confirmation? >>>>> >>>>> Are you using OE Tools | Options | Receipts | Request a read >>>>> receipt... >>>>> for this? >>>>> >>>>> >>>>> Marc wrote: >>>>>> My default mail client is Outlook Express >>>>>> Even I make "MsgReceiptRequested" property value to true >>>>>> I can't see Read recipt messagebox after receiving the mail. >>>>>> This is my sample VFP coding to send mail >>>>>> Pls help.. >>>>>> >>>>>> loMapiSession = CREATEOBJECT('MSMAPI.MAPISession.1') >>>>>> loMapiSession.SignOn() >>>>>> loMapiSession.DownloadMail = .F. >>>>>> loMAPIMessage = CREATEOBJECT('MSMAPI.MAPIMessages.1') >>>>>> loMAPIMessage.SessionID = loMAPISession.SessionID >>>>>> loMAPIMessage.Compose() >>>>>> loMAPIMessage.MsgReceiptRequested = .T. >>>>>> loMAPIMessage.MsgNoteText = "MAPI Received date" >>>>>> loMAPIMessage.MsgSubject = "MAPI Received date" >>>>>> loMAPIMessage.RecipDisplayName = "xxxx(a)ssss.xx" >>>>>> loMAPIMessage.RecipIndex = 0 >>>>>> loMAPIMessage.RecipType = 1 >>>>>> loMAPIMessage.AddressResolveUI = .T. >>>>>> loMAPIMessage.ResolveName() >>>>>> loMAPIMessage.Send(0) >>>>>> loMapiSession.SignOff() >>>>>> >>>>>> Disposition-notification-to: xxxx(a)ssss.xx >>>>>> value is not updated in mail header >>>>>> when I send mails by using MAPI through >>>>>> Outlook Express 6 >>>>>> >>>>>> But this doesn't happen when my default mail client is >>>>>> set to MSOutlook. >
From: PA Bear [MS MVP] on 30 Sep 2009 14:45 I thought so... - Patient (demonstrating): "Doctor, it hurts when I do this!" - Doctor: "Don't do that." Don't do that! Marc wrote: > No this happens only when I'm sending mails > with using VFP > > "PA Bear [MS MVP]" wrote: >> Repost: Do you see this behavior when you send a message with a Read >> Receipt Request to yourself...without using that VFP coding...and you >> open >> the message in OE? >> >> Marc wrote: >>> That setting is "Notify me for each read receipt request" >>> >>> >>> "PA Bear [MS MVP]" wrote: >>>> Not much clearer, I'm afraid. (While you may know what you're talking >>>> about, you have to describe it so WE know, too.) >>>> >>>> Are you sending this Read Receipt email to yourself? >>>> >>>> What is your setting... >>>> >>>> OE Tools | Options | Receipts | Returning Read Receipts <=here? >>>> >>>> >>>> Marc wrote: >>>>> Thanks PA Bear >>>>> I tried with sending other mail account.and >>>>> selecting Request a read receipt for all sent.. checkbox >>>>> in Tools Options, but then also it doesn't prompt >>>>> Readrecipt message after receiving the mail >>>>> Pls help.. >>>>> >>>>> "PA Bear [MS MVP]" wrote: >>>>>> Your post is anything but clear to me. >>>>>> >>>>>> You're sending yourself a message requesting a Read Receipt and you >>>>>> don't >>>>>> see the Read Receipt prompt when you open the message or you're >>>>>> sending >>>>>> someone else a message requesting a Read Receipt and you don't >>>>>> receive >>>>>> Read Recipt confirmation? >>>>>> >>>>>> Are you using OE Tools | Options | Receipts | Request a read >>>>>> receipt... >>>>>> for this? >>>>>> >>>>>> >>>>>> Marc wrote: >>>>>>> My default mail client is Outlook Express >>>>>>> Even I make "MsgReceiptRequested" property value to true >>>>>>> I can't see Read recipt messagebox after receiving the mail. >>>>>>> This is my sample VFP coding to send mail >>>>>>> Pls help.. >>>>>>> >>>>>>> loMapiSession = CREATEOBJECT('MSMAPI.MAPISession.1') >>>>>>> loMapiSession.SignOn() >>>>>>> loMapiSession.DownloadMail = .F. >>>>>>> loMAPIMessage = CREATEOBJECT('MSMAPI.MAPIMessages.1') >>>>>>> loMAPIMessage.SessionID = loMAPISession.SessionID >>>>>>> loMAPIMessage.Compose() >>>>>>> loMAPIMessage.MsgReceiptRequested = .T. >>>>>>> loMAPIMessage.MsgNoteText = "MAPI Received date" >>>>>>> loMAPIMessage.MsgSubject = "MAPI Received date" >>>>>>> loMAPIMessage.RecipDisplayName = "xxxx(a)ssss.xx" >>>>>>> loMAPIMessage.RecipIndex = 0 >>>>>>> loMAPIMessage.RecipType = 1 >>>>>>> loMAPIMessage.AddressResolveUI = .T. >>>>>>> loMAPIMessage.ResolveName() >>>>>>> loMAPIMessage.Send(0) >>>>>>> loMapiSession.SignOff() >>>>>>> >>>>>>> Disposition-notification-to: xxxx(a)ssss.xx >>>>>>> value is not updated in mail header >>>>>>> when I send mails by using MAPI through >>>>>>> Outlook Express 6 >>>>>>> >>>>>>> But this doesn't happen when my default mail client is >>>>>>> set to MSOutlook.
From: o;; on 1 Oct 2009 08:49
"Marc" <dummy(a)abcd.com> wrote in message news:%23rAhaT$PKHA.1232(a)TK2MSFTNGP05.phx.gbl... > My default mail client is Outlook Express > Even I make "MsgReceiptRequested" property value to true > I can't see Read recipt messagebox after receiving the mail. > This is my sample VFP coding to send mail > Pls help.. > > loMapiSession = CREATEOBJECT('MSMAPI.MAPISession.1') > loMapiSession.SignOn() > loMapiSession.DownloadMail = .F. > loMAPIMessage = CREATEOBJECT('MSMAPI.MAPIMessages.1') > loMAPIMessage.SessionID = loMAPISession.SessionID > loMAPIMessage.Compose() > loMAPIMessage.MsgReceiptRequested = .T. > loMAPIMessage.MsgNoteText = "MAPI Received date" > loMAPIMessage.MsgSubject = "MAPI Received date" > loMAPIMessage.RecipDisplayName = "xxxx(a)ssss.xx" > loMAPIMessage.RecipIndex = 0 > loMAPIMessage.RecipType = 1 > loMAPIMessage.AddressResolveUI = .T. > loMAPIMessage.ResolveName() > loMAPIMessage.Send(0) > loMapiSession.SignOff() > > Disposition-notification-to: xxxx(a)ssss.xx > value is not updated in mail header > when I send mails by using MAPI through > Outlook Express 6 > > But this doesn't happen when my default mail client is > set to MSOutlook. > |