ITask::get_ReminderTime
9/8/2008
The ReminderTime propriedade obtém ou define quando um lembrete ocorre antes de iniciar ou devido a data de uma tarefa.
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
- PST
[out] Referência ao objeto de data que define o tempo lembrete. Para informações sobre o Data tipo, consulte IPOutlookApp::VariantTimeToSystemTime. Para informações sobre o SYSTEMTIME estrutura, consulte SYSTEMTIME.
Return Value
This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED GPSGetPosition, e E_FAIL, as well as o seguinte.
- S_OK
The method completed successfully.
Remarks
A data deve ser definida antes da meia-noite (ou 8: 00) no devido a data e não mais de 45 dias antes de data de início.
O usar como padrão para esta propriedade é a configuração usuário no aplicativo de tarefas Options caixa diálogo.
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Pocket Outlook Object Model Interfaces