Discussions tagged MAPI
Sending Emails in Version 2022R3
- Issue
- Last updated 6 months ago
- Jenifer Brimmer replied 6 months ago
We recently migrated several applications from Version 2017R2 to Version 2022R3. We send emails with one or more attachments both internally and externally. We did not experience any issues sending emails from the applications built using Version 2...
Problem with 64Bit Mapi Client
- Resolved
- Issue
- Last updated 1 year ago
- David Peace (Powersoft) replied 1 year ago
Hi Guys
I'm hitting a problem converting from 32Bit to 64Bit using MAPI. We are using simpleMAPI
PB2022R2 Build 2819
The folowing line of code has a problem in 64Bit mode. It is marking the message as read! Even though the option is False!
DLmail...
MAPI Session - MailLogon returns failure
- Resolved
- How-to
- Last updated 3 years ago
- Rolf Knaden replied 3 years ago
Power Builder 2019 R3 can not execute Maillogon for MAPI.
Refer below code.
Mailsession ims_mses
ims_mses = create mailSession
mRet = ims_mses.mailLogon (mailNewSession!)
Above code gives mRet = mailReturnFailure!
Please note I am using Power...
How to save a MailMessage Object to the file system
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years 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 4 years ago
- Miguel Leeuwe replied 4 years 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 4 years ago
- Chris Pollach @Appeon replied 4 years 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 5 years ago
- Sverre Tvedt replied 4 years 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...
PB2019 MAPI crashes
- Resolved
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
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 5 years ago
- Andres Slachevsky replied 4 years 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