ITask::get_ReminderTime (Compact 7)

3/12/2014

The ReminderTime property gets or sets when a reminder occurs before the start or due date of a task.

To get the value of the ReminderTime property, call the property method described here.

To set the value of the ReminderTime property, see the ITask::put_ReminderTime property method.

Syntax

HRESULT get_ReminderTime(
   DATE * pst
);

Parameters

Return Value

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

Remarks

The date must be set before midnight (or 8 A.M.) on the due date, and no more than 45 days before the start date.

The default for this property is the user setting in the Task application Options dialog box.

Requirements

Header

pimstore.h

Library

Pimstore.lib

See Also

Reference

ITask
Pocket Outlook Object Model Interfaces
Pocket Outlook Object Model Enumerations