NervousRex
Programmer
I don't know if I'm even going about this the proper way, but I am creating a .dll to include in my projects that is just a class that handles a certain area of the business that every application will use in the future.
I figure if something needs changed with this area of business, if built right I should only need to replace the .dll file? If I'm going about this wrong please let me know...but my main question is:
Is it possible to email from this class library? I tryed importing System.web.mail but it is not found.
I figure if something needs changed with this area of business, if built right I should only need to replace the .dll file? If I'm going about this wrong please let me know...but my main question is:
Is it possible to email from this class library? I tryed importing System.web.mail but it is not found.