[python-win32] Catching Send To in Office

Michel Claveau mc at mclaveau.com
Thu Mar 24 15:20:11 CET 2011


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



More information about the python-win32 mailing list