SmtpClient Methods
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Net.Mail
SmtpClient Class
SmtpClient Methods
OnSendCompleted Method
Send Method
SendAsync Method
SendAsyncCancel Method
SmtpClient Class
SmtpClient Members
SmtpClient Constructor
SmtpClient Methods
SmtpClient Properties
SmtpClient Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SmtpClient Methods
Public Methods
(see also
Protected Methods
)
Name
Description
Equals
Overloaded. Determines whether two
Object
instances are equal. (Inherited from
Object
.)
GetHashCode
Serves as a hash function for a particular type.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from
Object
.)
GetType
Gets the
Type
of the current instance. (Inherited from
Object
.)
ReferenceEquals
Determines whether the specified
Object
instances are the same instance. (Inherited from
Object
.)
Send
Overloaded. Sends an e-mail message to an SMTP server for delivery. These methods block while the message is being transmitted.
SendAsync
Overloaded. Sends an e-mail message. These methods do not block the calling thread.
SendAsyncCancel
Cancels an asynchronous operation to send an e-mail message.
ToString
Returns a
String
that represents the current
Object
. (Inherited from
Object
.)
Top
Protected Methods
Name
Description
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection. (Inherited from
Object
.)
MemberwiseClone
Creates a shallow copy of the current
Object
. (Inherited from
Object
.)
OnSendCompleted
Raises the
SendCompleted
event.
Top
See Also
Reference
SmtpClient Class
System.Net.Mail Namespace
System.Net.Mime
Tags :