3.2.4.2.48.30 FromDate (put) (Opnum 40)
The FromDate (put) method sets the from date property for the file management job.
-
[propput, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x10))] HRESULT FromDate( [in] DATE fromDate );
fromDate: Contains the from date property for this file management job.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
Return value/code
Description
0x80070057
E_INVALIDARG
The fromDate parameter is not a valid value; it is in an invalid date format.
Upon receiving this message, the server MUST validate parameters:
Verify that fromDate is a valid date or the value FsrmDateNotSpecified.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set the from date property of this file management job to fromDate.