Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате
Форум программистов > Общие вопросы по .NET и C# > В чем разница?


Автор: DenWPF 26.5.2010, 10:50
в чем разница ? System.Net.Mail;  using System.WEB.Mail
какой лучше использовать?

Автор: jonie 26.5.2010, 10:53
Цитата

The System.Web.Mail namespace contains classes that enable you to construct and send messages using the CDOSYS (Collaboration Data Objects for Windows 2000) message component. The mail message is delivered either through the SMTP mail service built into Microsoft Windows 2000 or through an arbitrary SMTP server.

Автор: DenWPF 26.5.2010, 13:19
System.Net.Mail ?

Автор: jonie 1.6.2010, 20:36
DenWPF
Цитата
System.Web.Mail Namespace
The classes in this namespace have been deprecated. Use the System.Net.Mail  namespace instead.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)