EmailAccount.Send

  • Thread starter Thread starter JosephByrns
  • Start date Start date
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.
 
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?
 
MessagingApplication.Synchronize does a programmatic send/receive for the
specific account

Peter
 
Back
Top