  | AccessUserRecipientProviderEmailAllowedConsentActivity Property  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing.RecipientProviders
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax[AddInParameterAttribute("EmailAllowedConsentActivity")]
[AddInLabelAttribute("Ensure consent is given")]
[AddInParameterGroupAttribute("Data Processing")]
[AddInParameterEditorAttribute(typeof(CheckListParameterEditor), "separatelines=true;width=170;infoText=A recipient must have given consent to at least one of the selected activities.")]
public string EmailAllowedConsentActivity { get; set; }<AddInParameterAttribute("EmailAllowedConsentActivity")>
<AddInLabelAttribute("Ensure consent is given")>
<AddInParameterGroupAttribute("Data Processing")>
<AddInParameterEditorAttribute(GetType(CheckListParameterEditor), "separatelines=true;width=170;infoText=A recipient must have given consent to at least one of the selected activities.")>
Public Property EmailAllowedConsentActivity As String
	Get
	SetProperty Value
Type: 
String
See Also