The EasyEmailSender type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Class destructor
(Overrides Object..::.Finalize()()().)
GenerateNewReferenceID
Generate a unique ID and a friendly unique ID
GetFriendlyReferenceID
Get a friendly reference ID out of a Guid reference ID
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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SendOverloaded.
SendCompletedCallback

The SendCompleted event is raised each time an e-mail message is sent asynchronously when

the send operation completes (to send an e-mail message asynchronously use the SendAsync method)

NOTE: when sending asynchronously from a web page the page directive Async="true" should be used

ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also