Discussions tagged Email
How to add CC to Outlook message (using OLE)
- How-to
- Last updated 1 month ago
- Miguel Leeuwe replied 1 month ago
Hi,
I'm trying to add CC address to an email I send from PB.
Settting the subject, To (single receiver) work fine, but trying to add the CC gives error "incorrect number of parameters".
here is an extract of the code
// This part works finelol...
Outlook email integration from PowerBuilder
- Advice
- Last updated 4 months ago
- Mark Goldsmith replied 4 months ago
Hi All,
PB Version: PowerBuilder 2021 (Build 1509)/ MS SQL Server 2019.
Outlook version: Outlook 2016
BillingInformation [MailItem.BillingInformation property (Outlook)]: a place holder to store all the File ID's that i want to send one email to.
...
Hello,
I'm using the n_smtp tool to send mail via PB.
I experience a problem with the body of the mail cut after a certain number of characters.
It seems that the send function (of_send) cuts the text at a position.
Text before send :
<html&g...
How to decide, whether email client is installed?
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
Hi.When executing "mRet = mSes.mailLogon(mailNewSession!)" on a client, where no mail client is installed, this message appears:=>Screenshot 2021-06-10 153238.pngWhereas on a machine with a mail client installed, I am able to select a profile:=>...
MAPI Session - MailLogon returns failure
- Resolved
- How-to
- Last updated 1 year ago
- Rolf Knaden replied 1 year 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 2 years ago
- Olan Knight replied 2 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 2 years ago
- Miguel Leeuwe replied 2 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...
Hello
How do I send an email without any third party and no outlook installed on the machine just using
pb functions for define email address to , send from, file attach and so on ?
thanks...
Hi,
We are migrating our VDI desktops to Windows 10 and Office 365 (32 bit)
In our PB application, we are using MSMAPI control to retrieve outlook items and also send emails.
With the current implementation, there is a popup that comes up asking ...
PB2019 MAPI crashes
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 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...
I'm wondering if I can email a dw directly, or do I have to first create a PDF then email the file as an attachment?
~~~Tracy
...
Hi all,
Hoping someone's run into this issue and knows the fix...sending emails using PB 12.6 and everything works fine, except when on a shared desktop, where code fails calling mailLogon and the program crashes.
Any help would be greatly ...
Roland smith email code attachment issue
- Issue
- Last updated 4 years ago
- Roland Smith replied 4 years ago
Roland sir,
i tested your send email code (pbnismtp.pbl file) and it works perfectly. i want to send bulk emails with attachments. So in bulk email tab window(u_tabpg_bulk) i add a listbox and add and delete button to add files to the attachment .
...
External .pbx file - Sending email from server
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I downloaded the .pbx file and Pb example from http://www.topwizprogramming.com/pbnismtp.html
This all works in my desktop PB app but I'm missing something deploying the app using AppeonWeb.
What is required to deploy and use the .pbx file ...
HTML editor for creating the body of an email
- Issue
- Last updated 4 years ago
- Thierry Garrigues replied 4 months ago
Hello,
My application sends outbound emails and I need my users to be able to edit the body of the email. I'd like them to be able to format the body of the email with the same type of options as if you were in Outlook or another email tool w...
Appeon web - sending email from server
- Issue
- Last updated 5 years ago
- Miguel Leeuwe replied 9 months ago
We would like the server to generate emails rather than the desktop.
Is this possible?
...
Hi to all !
I deploy my desktop app to web application, but Appeon Deployment Wizard write:
14:18:19
00005: Failed to parse the source code. Line: 6
14:18:19
Failed to parse UserObject n_cpp_smtp.
...
When is email notification going to be enabled?
- Issue
- Last updated 5 years ago
- Brad Mettee replied 5 years ago
When is email notification going to be enabled?
Right now, the only way to keep track of questions you ask or comments you make, seems to be by bookmarking all that stuff you've got "pending".
Also, when reading Q&A, if you come out of one ...
PBNISMTP - PB2017 - 64 bit issue
- Resolved
- Issue
- Last updated 5 years ago
- Govinda Lopez @Appeon replied 5 years ago
I have been trying to use PBNISMTP (http://www.topwizprogramming.com/pbnismtp.html) in PB2017. When I try to import 64 bit .pbx, it fails with an error. "The file is not a valid dll or pbx file". 32 bit pbx imports fine. Any ideas? Help!
Thanks!
...
Pb2017 Topwiz EmailSMTP 64 bit program fails
- Resolved
- Issue
- Last updated 5 years ago
- Roland Smith replied 2 years ago
When I run 64 bit exe (Topwiz EmailSMTP) to send email, it fails with an error "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has faile...
- Page :
- 1