1. Juan Gonzalez
  2. PowerBuilder
  3. Friday, 28 February 2020 14:07 PM UTC

Good morning
You can send an email with delivery confirmation as outlook from powerbuilder
Someone has done it, please
thank

Roland Smith Accepted Answer Pending Moderation
  1. Tuesday, 3 March 2020 14:56 PM UTC
  2. PowerBuilder
  3. # 1

I have an example of how to connect to Outlook and pull a list of emails in your inbox. It doesn't have email send but that could be easily added by studying the Outlook Object Model documentation.

https://www.topwizprogramming.com/freecode_outlook.html

 

Comment
There are no comments made yet.
John Fauss Accepted Answer Pending Moderation
  1. Tuesday, 3 March 2020 14:46 PM UTC
  2. PowerBuilder
  3. # 2

I've never used this feature in any application, but a quick search has turned up this info on the MailItem.OriginatorDeliveryReportRequested property from the online Outlook Object Model documentation that looks promising:

https://docs.microsoft.com/en-us/office/vba/api/outlook.mailitem.originatordeliveryreportrequested

The Outlook Object Model reference is a good resource for information on various objects, methods and properties concerning MS Outlook. Similar documentation is available for the other Office products.

HTH - Good luck!

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Friday, 28 February 2020 15:29 PM UTC
  2. PowerBuilder
  3. # 3

My PBNISMTP control has a SetReadReceiptRequested function.

https://www.topwizprogramming.com/pbnismtp.html

My other SMTP example has a function of_SetReceipt.

https://www.topwizprogramming.com/freecode_emailsmtp.html

 

Comment
There are no comments made yet.
John Fauss Accepted Answer Pending Moderation
  1. Friday, 28 February 2020 15:07 PM UTC
  2. PowerBuilder
  3. # 4

Greetings, Juan - 

Are you generating/sending Outlook emails via PowerBuilder now? If so, how (PB MailSession objects, OLE, SMTP)? What have you tried? What version of PB are you using?

Regards, John

Comment
  1. Juan Gonzalez
  2. Tuesday, 3 March 2020 05:50 AM UTC
If I use OLE, could you tell me the syntax for mail delivery confirmation.thanks
  1. Helpful
  1. John Fauss
  2. Tuesday, 3 March 2020 14:47 PM UTC
Please see my response posted moments ago. I hope this helps!
  1. Helpful
  1. Juan Gonzalez
  2. Tuesday, 3 March 2020 16:12 PM UTC
Thank you
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.