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
For some reasons the developpers off the OO-API has decided to not allow
sending Emails using there API
- [tdf-discuss] When can we have a API to send Email... Fernand Vanrie
- [tdf-discuss] Re: When can we have a API to s... Alexander Thurgood
- Re: [tdf-discuss] Re: When can we have a ... Fernand Vanrie
- [tdf-discuss] Re: When can we have a ... Alexander Thurgood
- Re: [tdf-discuss] Re: When can we... Fernand Vanrie
- Re: [tdf-discuss] When can we have a API to s... Andrew Douglas Pitonyak
- Re: [tdf-discuss] When can we have a API ... Fernand Vanrie
- Re: [tdf-discuss] When can we have a API to s... Cor Nouws
- Re: [tdf-discuss] When can we have a API ... Fernand Vanrie
- Re: [tdf-discuss] When can we have a ... Fernand Vanrie
- Re: [tdf-discuss] When can we have a ... Robert Derman
