I’m using EmailComposerTask to send an email.
Is there any way to detect if email wasn’t sent for problems like no connection, invalid email setting, mail server temporary down etc ?
I cannot find any way get this information.
I’m using EmailComposerTask to send an email. Is there any way to detect if
Share
Unfortunately this is not possible. Tasks in WP7 consists of launchers and choosers, the EmailComposerTask is one of the launchers which is defined as being:
There is no way to know the result of the action you launched. Source