CloseOptions property

Read-write. Options used to control what happens when the distribution list is closed. The initial value is MQCO_NONE.

Defined in:

MQDistributionList class

Data Type:

Long

Values:

  • MQCO_NONE

  • MQCO_DELETE

  • MQCO_DELETE_PURGE

Syntax:
To get: closeopt& = MQDistributionList.CloseOptions

To set: MQDistributionList.CloseOptions = closeopt&