/n software Adapters for BizTalk
/n software Adapters for BizTalk
Questions / Feedback?

DeleteMode Property

Controls if and when the remote messages are deleted after processing.

Data Type

Enumeration

Possible Values

Never (0)
On Success (1)
On Failure (2)
Always (3)

Default Value

0

Remarks

This property informs the adapter as to whether or not it should delete a remote message from the server after a successful download. The possible values and their meanings are as follows:

NeverThe remote message is never deleted.
OnSuccessThe remote message is deleted after a successful MDN delivery.
OnFailureThe remote message is deleted if the transfer fails or the MDN cannot be delivered.
AlwaysThe remote message is deleted regardless of success or failure of the transfer and MDN delivery.

Note: the default value is Never for data protection purposes. Unless modified this will result in the adapter continuously receiving the same data.

This property is not available in the Sender.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
/n software Adapters for BizTalk - Version 16.0 [Build 7355]