Hello NG, I need help. I must develop a MAPI32.DLL to send files from Word with File/Send Mail. (This command use the dll under "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Microsoft Outlook\DllPath" ) How can I see, what a functions are used from this MAPI-DLL, when I send a file from Word? Can I edit the Word-command macro FileSendMail? Kind regards, KS.
Hello NG, the macro FileSendMail-macro call the method Document.SendFile from the active document object. Know everybody, how this method works? Regards, KS. "Konrad Schiemert" wrote: > Hello NG, > > I need help. I must develop a MAPI32.DLL to send files from Word with > File/Send Mail. (This command use the dll under > "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Microsoft Outlook\DllPath" ) > How can I see, what a functions are used from this MAPI-DLL, when I send a > file from Word? Can I edit the Word-command macro FileSendMail? > > Kind regards, > KS.