Dynamicweb 8 Documentation
SentTime Property

Gets the System.DateTime when the message was sent. If the Message to which this Recipient belongs has not sent to this yet, System.DateTime.MinValue is returned. Use IsMessageSent property to determine whether the Message to this Recipient has been sent.
Syntax
'Declaration
 
Public ReadOnly Property SentTime As Date
public DateTime SentTime {get;}

Property Value

The sent time.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Recipient Class
Recipient Members

Send Feedback