Discussions tagged MAPI
How to save a MailMessage Object to the file system
- Resolved
- How-to
- Last updated 6 months ago
- Olan Knight replied 6 months ago
Preferably, I would like to save it to an eml/msg file after it has been sent. I can probably get the message using mailReadMessage to get it into a mailMessage object with the proper ID.
But I can't find a way to save it to a disk file....
Issue with MailSession object (send mail using MAPI)
- Issue
- Last updated 8 months ago
- Miguel Leeuwe replied 8 months ago
It seems there is an issue with the MailSession object and a specific version of Office365 Outlook (Semi Annual Channel Version 1908 (Build 11929.20776) 32 bit).
The Microsoft Outlook dialog (A program is trying to send an email message on your beha...
PB2017R3 ReceiptRequested doesn't work comparing to PB12.5
- Issue
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
Hi,
I've noticed recently that ReceiptRequested property has no effect in PB2017R3, I know this version is using Extended MAPI and I tried to go back to Simple MAPI by adding UseSimpleMAPI=yes in pb.ini, but ReceiptRequested still doesn't work. I ca...
mailsession object does not work
- Resolved
- Issue
- Last updated 1 year ago
- Sverre Tvedt replied 6 months ago
PB 2017 R3
What am I doing wrong here:
long ll_handle , ll integer i, li_countinteger li_ole_resultmailreturncode li_ret_mailli_ret_mail = iole_mail.maillogon("Outlook","")if li_ret_mail mailreturnsuccess! then
// never happens return -1e...
Some Infos:
Machine : Windows Server 2012 R2 StandardPowerbuilder: Version 2019 Build 2082Email Client: Mozilla Thunderbird 60.8.0 (32-Bit)
Hello,
im trying to migrate one of our projects from PB2017 to PB2019. But in PB2019 the programm ke...
mailSession Error on mailLogon
- Resolved
- Issue
- Last updated 1 year ago
- Andres Slachevsky replied 2 months ago
Hello All,We are moving a PB11.5 Application to PB2017 Under Appeon Universal
in the mailLogon we recieved a mailReturnLoginFailure! both in Client/Server and Web App in the development Machine (With PB Installed)
we found in the documentation t...
Hi y'all!
I'm pretty sure that I've done this but I'm sending a MAPI message from my app,. How do I make sure it arrives at the recipient as being from something like "Voyager Support" rather than "Brooks, Rik"?
...
- Page :
- 1