Syntax

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

The type exposes the following properties.

Public Properties

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

See Also