Paolo Mantovani schrieb:
> Regarding the problem that you mentioned in your follow-up I've just seen
> that
> Mathias has alreadly answered.
> I can only add that in the SnippetCreator wizard I've used the following
> strategy:
>
> --------------------------------
> ....
> 'try to obtain a mail service
> oMailService = createUnoService("com.sun.star.system.SimpleSystemMail")
>
> If IsNull(oMailService) Then
> oMailService = createUnoService("com.sun.star.system.SimpleCommandMail")
> End If
>
> If IsNull(oMailService) Then
> GoTo ErrH
> End If
> ....
> --------------------------------
That's what I suggested, put into Basic source code. :-)
Ciao,
Mathias
--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "[EMAIL PROTECTED]".
I use it for the OOo lists and only rarely read other mails sent to it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]