Table of Contents

Class MessageSentTimeInfo

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Mailing.dll
Represents structure for storing message sent time interval information
public sealed class MessageSentTimeInfo
Inheritance
MessageSentTimeInfo
Inherited Members

Properties

EndTime

Gets or sets EndTime value
public DateTime EndTime { get; set; }

Property Value

DateTime
DateTime value

StartTime

Gets or sets StartTime value
public DateTime StartTime { get; set; }

Property Value

DateTime
DateTime value
To top