Hi!
Sorry, I do not really undestand english. But if you want initiate "Send to
mail" in MS-Word, you can use some thing like:
w=win32com.client.Dispatch('Word.Application')
...
w.ActiveDocument.SendMail()
If you want tha sevral fields (Object, Destinataire...) are filled, you must
go by another way (MAPI ou CDO).
See also : http://support.microsoft.com/?scid=kb;fr;238114
@-salutations
--
Michel Claveau
And sorry for my bad english
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32