I'm not sure what you mean by "word problem". If you are referring to MS
Word, I'm not sure how that would create an email.
I've got an app that is used out in production. Whenever a product is
scanned using the PPC and there is a problem detected with the product (it
was reported lost/stolen, should be a scrapped item, marked as shipped,
etc.), our app needs to send an email notification to management.
Generally, I would use the System.Net.Mail namespace in my Visual Studio
application, but this namespace is not a part of the compact framework.
What other means do I have of sending an email through my application?
Regards,
~Joe
"Joel Ivory Johnson" wrote:
> I am going to assume that the word problem is only referring to program
> crashes since it could otherwise have a wide range of interpretations.
>
> Are you only trying to detect problems in applications that were written by
> your organization or do you want notifications on any and all problems
> regardless of what application caused them?
>
> Joel