PPC Outlook - checking whether an email has been sent successfully
Hi, Is there anyway to check via code whether an email has been sent successfully?
I am sending an email via the following code:
EmailMessage
email =newEmailMessage();email.Attachments.Add(
newAttachment(_AttachmentPath));email.To.Add(
newRecipient(_Recipient));email.Subject = "blah"
email.BodyText = "blah";
// Send the message over the first email account available.email.Send(os.EmailAccounts[0]);
thanks.
[935 byte] By [
Pretpal] at [2007-12-24]
This forum is intended to deal with issues directly related to the .NET Compact Framework.
It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups:
Windows Mobile API:
microsoft.public.pocketpc.developer
microsoft.public.smartphone.developer
Windows CE API:
microsoft.public.windowsce.embedded
General programming (not VisualStudio related):
microsoft.public.windowsce.embedded
microsoft.public.windowsce.app.development
Native compilers:
microsoft.public.windowsce.embedded.vc
ActiveSync:
microsoft.public.pocketpc.activesync