| IDocumentDateFilterUpperBound Property |
For emails, this field contains the sent date of the message.
For calendar / appointment items, this holds the appointment end date and time.
For e-documents, the latest of the two dates found in the creation and last
modified fields (within the internal document metadata (if available)) is used.
Namespace:
EdaIntegrationContract.Document
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax Nullable<DateTime> DateFilterUpperBound { get; }
Property Value
Type:
NullableDateTimeRemarks
All date/time values are stored in UTC
See Also