ContactChangeReader.AcceptChangesThrough(ContactChange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call this method to indicate that you have processed and accepted up through the specified change.
public:
virtual void AcceptChangesThrough(ContactChange ^ lastChangeToAccept) = AcceptChangesThrough;
void AcceptChangesThrough(ContactChange const& lastChangeToAccept);
public void AcceptChangesThrough(ContactChange lastChangeToAccept);
function acceptChangesThrough(lastChangeToAccept)
Public Sub AcceptChangesThrough (lastChangeToAccept As ContactChange)
Parameters
- lastChangeToAccept
- ContactChange
The last change that you want to system to track as accepted by your app.
Windows requirements
App capabilities |
contactsSystem
|