'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DescriptionAttribute("Specifies the username used to log into the mail server.")> Public Property Username As System.Activities.InArgument(Of String)
'Usage
Dim instance As ForEachMailMessage Dim value As System.Activities.InArgument(Of String) instance.Username = value value = instance.Username
[System.ComponentModel.Category("Configuration")] [System.ComponentModel.Description("Specifies the username used to log into the mail server.")] public System.Activities.InArgument<string> Username {get; set;}