Share via


MAPI Delete Option Constants

4/8/2010

These constants indicate the delete options used during synchronization operations. They are used with the kszCapDeleteAction boolean service capability constant.

Constant Value Description

DELACTION_IMMEDIATELY

0x00000000

If an item has been deleted on one system, then automatically delete it on the other.

DELACTION_MANUALLY

0x00000001

If an item has been deleted on one system — leave it for the user to delete manually (do not automatically delete it on the other system).

See Also

Reference

MAPI Boolean Service Capability Constants

Other Resources

MAPI Constants