Syntax

C#
public interface ISmtpMail
Visual Basic (Declaration)
Public Interface ISmtpMail
Visual C++
public interface class ISmtpMail

The type exposes the following members.

Public Methods

  NameDescription
Public methodGetSmtpData
Returns ready-to-send string from this message.

Public Properties

  NameDescription
Public propertyFrom
From email address.
Public propertyTo
Gets the collection of email addresses this message will be sent to.

See Also