'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DescriptionAttribute("When true, matched messages will be deleted after being processed.")> Public Property DeleteAfterProcessing As System.Boolean
'Usage
Dim instance As ForEachMailMessage Dim value As System.Boolean instance.DeleteAfterProcessing = value value = instance.DeleteAfterProcessing
[System.ComponentModel.Category("Configuration")] [System.ComponentModel.Description("When true, matched messages will be deleted after being processed.")] public System.bool DeleteAfterProcessing {get; set;}