Click or drag to resize
OpenedEmailInfoOpenedWhen Property
Gets or sets the timestamp when the issue of the newsletter was opened by subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public virtual DateTime OpenedWhen { get; set; }

Property Value

Type: DateTime
Timestamp or CMS.Helpers.DateTimeHelper.ZERO_TIME if the issue was not read by the specified subscriber yet.
See Also