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 xer...@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) )
cMail = com.sun.star.system.SimpleMailClientFlags.NO_USER_INTERFACE' =1
oMailClient.sendSimpleMailMessage( oMessage, cMail )

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to