Don't can attach files?

--
Open WebMail Project (http://openwebmail.org)

---------- Original Message -----------
From: "David Thacker" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Fri, 1 Aug 2003 08:02:56 -0600
Subject: Re: Implementing the mailto url scheme in my application

> "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/
------- End of Original Message -------


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

Reply via email to