Is there a gpgkeys_mailto for Win32?

Zuxy zuxy.meng at gmail.com
Thu Jan 13 04:14:59 CET 2005


On Wed, 12 Jan 2005 16:58:37 -0500, David Shaw <dshaw at jabberwocky.com> wrote:
> 
> Hmm.  What win32 platforms have MAPISendMail() present?
> 

Internet Explorer 5.x and above will install mapi32.dll under
%SystemRoot%\system32, which acts as a central dispatcher for MAPI
calls. So when you call it, MAPISendMail() is actually handled by an
email client that supports MAPI (OE by default, might be Eudora or
Netscape too). And if there's no MAPI handler, mapi32.dll will fail
gracefully.

Anyway you can check the existence of mapi32.dll in run time with a
LoadLibrary() call.

-- 
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6



More information about the Gnupg-users mailing list