Click or drag to resize

EmailProfile Constructor (EmailProfile)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public EmailProfile(
	EmailProfile copyFrom
)

Parameters

copyFrom
Type: Dynamicweb.Analytics.NotificationsEmailProfile
An object to copy state from.
Exceptions
ExceptionCondition
ArgumentNullExceptioncopyFrom is null.
See Also