1. Adele Malherbe
  2. PowerBuilder
  3. Monday, 26 February 2018 09:00 AM UTC

Can anyone help me sending mail through the windows 10 internal mail client.

Accepted Answer
Govinda Lopez @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 27 February 2018 00:30 AM UTC
  2. PowerBuilder
  3. # Permalink

Hi Adele,

 

This Demo might help.

 

Regards,

Comment
There are no comments made yet.
Michael Kramer Accepted Answer Pending Moderation
  1. Monday, 26 February 2018 20:29 PM UTC
  2. PowerBuilder
  3. # 1

Hi Adele,

Sorry,Windows 10 Mail app cannot be interfaced using MAPI, nor using OLE Automation. Basically this means you cannot integrate Windows 10 Mail app into a PB application. Instead, Windows 10 has a new Email API for "UWP" applications.

What I would do? I would get a colleague to write a .NET assemly wrapping the the email functionality, have that .NET assembly registered as a COM Callable Wrapper - and that way have an interface that your PowerScript code can call using traditional OLE Automation.

 

Sorry, /Michael

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 26 February 2018 15:19 PM UTC
  2. PowerBuilder
  3. # 2

Hi Adele;

   Have a look at the built-in Mailxxxxxx ( ) methods in PB.

Regards ... Chris

Comment
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.