"David Thacker" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Can someone please explain how I can craft a fully formed mail message
> (recipient, subject, body text, attachment) using the mailto url scheme
> with the exchange manager?
>

Okay, got it working:

    ExgSocketType socket;
    char url[100] = "mailto:[EMAIL PROTECTED]&body=Howdy!";

    MemSet(&socket, sizeof(socket), 0);
    socket.name = url;
    ExgRequest(&socket);

Pretty simple actually!

David Thacker


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to