Gets the date and time value indicating when the item was received.
DateTime.MinValue if the value is not known.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Property ReceivedDate As DateTime Get Private Set |
| C# |
|---|
public DateTime ReceivedDate { get; private set; } |