Click or drag to resize

EmailAddress Class

Represents an email address.
Inheritance Hierarchy
SystemObject
  System.Net.MailMailAddress
    Dynamicweb.Analytics.NotificationsEmailAddress

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class EmailAddress : MailAddress, 
	IAddress

The EmailAddress type exposes the following members.

Constructors
  NameDescription
Public methodEmailAddress(String)
Initializes a new instance of an object.
Public methodEmailAddress(String, String)
Initializes a new instance of an object.
Public methodEmailAddress(String, String, Encoding)
Initializes a new instance of an object.
Top
Methods
Explicit Interface Implementations
See Also