Good morning
You can send an email with delivery confirmation as outlook from powerbuilder
Someone has done it, please
thank
- You are here:
- Home
- Q&A
- Q&A
- PowerBuilder
- Send email with confirmation
- Juan Gonzalez
- PowerBuilder
- Friday, 28 February 2020 14:07 PM UTC
- Tuesday, 3 March 2020 14:56 PM UTC
- PowerBuilder
- # 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
- Tuesday, 3 March 2020 14:46 PM UTC
- PowerBuilder
- # 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!
- Friday, 28 February 2020 15:29 PM UTC
- PowerBuilder
- # 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
- Friday, 28 February 2020 15:07 PM UTC
- PowerBuilder
- # 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
- Juan Gonzalez
- Tuesday, 3 March 2020 05:50 AM UTC
-
Helpful Loading... Helpful 0
- John Fauss
- Tuesday, 3 March 2020 14:47 PM UTC
-
Helpful Loading... Helpful 0
- Page :
- 1
However, you are not allowed to reply to this question.