RebaseTaskComplete
Office 2013 and later
Reports completion for rebasing of appointments.
| Header file: | tzmovelib.h |
| Implemented by: | MAPI client applications |
| Called by: | Outlook rebasing object |
| Pointer type: | PFNREBASETASKCOMPLETE as defined in tzmovelib.h |
void STDAPICALLTYPE RebaseTaskComplete(
ULONG ulRowIndex,
const SRow* pRowCur,
HRESULT hrResult,
BOOL fModified,
BOOL fSentUpdate,
const MAPIERROR* pError);
MAPI client applications that use the IOlkApptRebaser interface implement this function to track completion of item updates.
Show: