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 [email protected]
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

Reply via email to