System.Web.Mail.SmtpMail Class

Provides properties and methods for sending messages using the Collaboration Data Objects for Windows 2000 (CDOSYS) message component. Recommended alternative: System.Net.Mail.

See Also: SmtpMail Members

Syntax

[System.Obsolete("The recommended alternative is System.Net.Mail.SmtpClient.")]
public class SmtpMail

Remarks

The mail message can be delivered either through the SMTP mail service built into Microsoft Windows 2000 or through an arbitrary SMTP server. Types in the System.Web.Mail namespace can be used from ASP.NET or from any managed application.

If the SmtpMail.SmtpServer property is not set, mail is by default queued on a Windows 2000 system, ensuring that the calling program does not block network traffic. If the System.Web.Mail.SmtpMail property is set, the mail is delivered directly to the specified server.

Requirements

Namespace: System.Web.Mail
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0