EmailAccount.Send

J

JosephByrns

I am playing around with the PocketOutlook namespace and I have a few
questions:

i) What does EmailAccount.Send actually do? I have tried using this method
to see if I could send an email without displaying the compose form (from
MessagingApplication.DisplayComposeForm), but nothing happens, the email
doesn't go into the outbox, the method just returns having apparently done
nothing?

ii) When using MessagingApplication.DisplayComposeForm, the message
sucessfully goes into the outbox, is there now any way to do a Send/Receive
from within my application so that I can actually send the email off
properly?

Thanks.
 
J

JosephByrns

OK, it appears EmailAccount.Send does put the email in the Outbox, I was
just looking in the wrong Outbox.

But my other question still remains, is there any way to do a Send/Receive
from within my application, to ensure my email goes out straight away?
 
P

Peter Foot [MVP]

MessagingApplication.Synchronize does a programmatic send/receive for the
specific account

Peter
 

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