Mime4.net Home | Community Edition | Order | Usage examples | Feedback
SmtpClient ClassMIME4NET Class Library Documentation
Inheritance Hierarchy

System Object
  NI.Email.Smtp SmtpClient

Namespace: NI.Email.Smtp
Assembly: NI.Email.Smtp (in NI.Email.Smtp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class SmtpClient

The SmtpClient type exposes the following members.

Constructors

  NameDescription
Public methodSmtpClient(String)
Initializes a new instance of the SmtpClient class
Public methodSmtpClient(String, Int32)
Initializes a new instance of the SmtpClient class
Public methodSmtpClient(String, String, String)
Initializes a new instance of the SmtpClient class
Public methodSmtpClient(String, Int32, String, String)
Initializes a new instance of the SmtpClient class
Public methodSmtpClient(String, String, String, Boolean)
Initializes a new instance of the SmtpClient class
Public methodSmtpClient(String, Int32, String, String, Boolean)
Initializes a new instance of the SmtpClient class
Top
Methods

  NameDescription
Public methodClose
Public methodConnect
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSend(String, String, Stream)
Public methodSend(String, String, Encoding, Stream)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVerifyEmail(String)
Public methodVerifyEmail(String, String, Boolean, Boolean)
Public methodVerifyEmail(String, String, Boolean, Boolean, String )
Top
Properties

  NameDescription
Public propertyHeloHostName
Top
See Also