Automatic Send / Recieve email from VB

S

shawrie

Hi

i created a dll in c++ that attached a text file to a email message and
then placed it in the outbox of pocket outlook. Currently the user then
has to go into pocket outlook and click on send and receive . Is there
anyway i can automate this from VB .NET

thanks
Shawrie
 
J

José Miguel Torres

if the device is based on Windows Mobile 5.0 you may use Pocket Outlook
managed code wich you'll find as reference at (
Microsoft.WindowsMobile.PocketOulook ).net component.
otherwise if your device is not base on, you may use Pocket Outlook Object
Model. One way it'd be using inTheHand library
http://www.inthehand.com/PocketOutlook.aspx.

regards
 
S

shawrie

ive used the managed code which does place the email in the outbox on
pocket outlook but does not automatically dial up and send the email
out
 
P

Peter Foot [MVP]

To Send/Receive use the MessagingApplication.Synchronize method.

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com


ive used the managed code which does place the email in the outbox on
pocket outlook but does not automatically dial up and send the email
out
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top