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