This property marks the object for deletion when the DeleteObjects method is called on the parent Channel object.
Type
Integer (VT_I4)
Default
Null
Example
Set IDispChannel = CreateObject("Push.Channel")
Set IDispItem = IDispChannel.AddItem
IDispItem.DeleteOnRefresh = 1 'true
IDispChannel.DeleteObjects ' Item would be deleted