To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99061
                 Issue #|99061
                 Summary|SimpleCommandMail does not work on Mac OSX
               Component|api
                 Version|OOo 3.0.1
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|bschaich





------- Additional comments from bscha...@openoffice.org Mon Feb  9 19:52:26 
+0000 2009 -------
I have written the following program:

***************************************
Select CASE getGUIType()
Case 1
oMailer = createUnoService( "com.sun.star.system.SimpleSystemMail" )
Case 3
oMailer = createUnoService( "com.sun.star.system.SimpleCommandMail" )
End Select

MailProgramm = oMailer.querySimpleMailClient()
NeueNachricht = MailProgramm.createSimpleMailMessage()
NeueNachricht.setRecipient(sRecipient)
NeueNachricht.setSubject( sSubject )

If Len(sRepVor)>0 Then
        attachs(0)= sRepVor
        NeueNachricht.setAttachement(attachs())
End if
Mailprogramm.sendSimpleMailMessage(Neuenachricht, 0 )
********************************************************

The program runs through, the Mail client pops up, but nothing else happens.
Mail Client tested is "Mail" of OSX.

---------------------------------------------------------------------
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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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

Reply via email to