Click or drag to resize
OpenedEmailInfoOpenedEmailTime 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: 10.0.0
Syntax
C#
public virtual DateTime OpenedEmailTime { 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