'Declaration
<System.ComponentModel.CategoryAttribute("Security")> <System.ComponentModel.DescriptionAttribute("Use SSL?")> Public Property UseSSL As System.Boolean
'Usage
Dim instance As ForEachAttachment Dim value As System.Boolean instance.UseSSL = value value = instance.UseSSL
[System.ComponentModel.Category("Security")] [System.ComponentModel.Description("Use SSL?")] public System.bool UseSSL {get; set;}