[This is preliminary documentation and is subject to change.]

The Timestamp when this email was received by the user.

Namespace:  OfficeClip.BusinessLayer.Desktop.Email
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DateTime ReceivedTimestamp { get; set; }
Visual Basic (Declaration)
Public Property ReceivedTimestamp As DateTime
Visual C++
public:
property DateTime ReceivedTimestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also