1 May 2010 01:08
[script-issues] [Issue 111298] With com.sun.star.system.SimpleCommandMail mail doesn't start
<xergio <at> openoffice.org>
2010-04-30 23:08:40 GMT
2010-04-30 23:08:40 GMT
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111298 Issue #|111298 Summary|With com.sun.star.system.SimpleCommandMail mail doesn' |t start Component|scripting Version|OOO320m12 Platform|Unknown URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|kr Reported by|xergio ------- Additional comments from xergio <at> openoffice.org Fri Apr 30 23:08:40 +0000 2010 ------- With this macro the mail are correctly created, but doesn't start (in Windows, the SimpleSystemMail works fine). oMailer=CreateUnoService("com.sun.star.system.SimpleCommandMail") oMailClient = oMailer.querySimpleMailClient() oMessage = oMailClient.createSimpleMailMessage() oMessage.setRecipient( sRecipient ) oMessage.setSubject( sSubject ) oMessage.setAttachement( Array(sUrlMail) )(Continue reading)
RSS Feed