Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


For some reasons the developpers off the OO-API has decided to not allow sending Emails using there API



imho the mechanism is in place

MailAgent=CreateUnoService("com.sun.star.system.SimpleSystemMail")

    MailClient=MailAgent.querySimpleMailClient()
    MailMessage=MailClient.createSimpleMailMessage()

    MailMessage.setRecipient(mTo)
    MailMessage.setSubject(mSubject)

>> setMessageBody << is missing

    MailMessage.setAttachement(Attachements)
    MailClient.sendSimpleMailMessage(MailMessage, UI)

are the reasons for prefend sending Emails still there for LO ?

So please can someone make this small change in the API

Thanks

Fernand

--
Unsubscribe instructions: E-mail to discuss+help@documentfoundation.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.documentfoundation.org/www/discuss/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.