To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62708
                  Issue #:|62708
                  Summary:|sendSimpleMailMessage fails under Win98
                Component:|api
                  Version:|OOo 2.0.1
                 Platform:|PC
                      URL:|
               OS/Version:|Windows 98
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sw
              Reported by:|anowak





------- Additional comments from [EMAIL PROTECTED] Thu Mar  2 01:40:11 -0800 
2006 -------
The sendSimpleMailMessage works on WinXP, NT, 2000, but not on Win98 SE.
Result : com.sun.star.uno.Exception, message : send email failed

My code sample (OpenOffice Basic):
  oServiceMail=createUnoService("com.sun.star.system.SimpleSystemMail")
  oMail=oServiceMail.querySimpleMailClient()    
  oMessage=oMail.createsimplemailmessage()
  oMail.sendSimpleMailMessage(oMessage,
      com.sun.star.system.SimpleMailClientFlags.DEFAULTS)

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to