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