Workbook.SendMail

Tor Lillqvist tml at iki.fi
Mon Apr 23 14:32:40 UTC 2018


On 22 April 2018 at 21:15, Jack Bates <rx59ia at nottheoilrig.com> wrote:

> Would a patch to implement Workbook.SendMail [1] be worth working on? Is
> there a chance it would be accepted?
>

Yes, I am sure it would be gladly accepted.


> First, I assume it's not already implemented: When I run a macro that
> contains ActiveWorkbook.SendMail I get:
>
> BASIC runtime error.
>> '423'
>> SendMail
>>
>
if it would be implemented, it would be mentioned in the source files you
correctly mentioned.

When you have something you want to get reviewed, please submit a change to
our code review system, gerrit. Please see our wiki for details. Also, make
sure to send in a license statement, as also mentioned in our instructions.
Also, don't hesitate to ask for more instructions on this list, or in our
IRC channel.

Hope this will not be hard to implement, and useful to both you and others!
(There already is functionality in LibreOffice to send email
programmatically, you just need to add the required plumbing.)

Luckily there is no binary stability requirements for the APIs defined in
the IDL files in oovbaapi, so you are free to add more methods to XWorkbook
and it won't interfere with existing Basic code.

--tml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20180423/2ebf0bb8/attachment.html>


More information about the LibreOffice mailing list