Alexandro Colorado wrote:
I want to know more about the mail module IDL, is there a way I can use it to send email from OpenOffice.org?

So far I found all the elements such as XSTMP, XCC, XSubject etc.

Is this an actual service that can be called/executed or just a interface to use some external program like outlook or thunderbird.

Hi,
there is an actual Java implemenation that's used in StarOffice's mail merge implementation and there's a Python implementation for OpenOffice.org. IIRC the Python implemenation will be (or is already) part of OOo 2.01.

To access this service the create() method of the service com.sun.star.mail.MailServiceProvider can be used.

It can be used to send mail but there's no out box, no connection to your usual mail client. It's just handed over to the SMTP server.

Regards,
Oliver

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

Reply via email to