  | AccessUserRecipientProviderUnsubscribeEmailAllowed Property  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing.RecipientProviders
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax[AddInParameterAttribute("UnsubscribeEmailAllowed")]
[AddInLabelAttribute("Uncheck Email allowed")]
[AddInParameterGroupAttribute("On unsubscribe")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "")]
public bool UnsubscribeEmailAllowed { get; set; }<AddInParameterAttribute("UnsubscribeEmailAllowed")>
<AddInLabelAttribute("Uncheck Email allowed")>
<AddInParameterGroupAttribute("On unsubscribe")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "")>
Public Property UnsubscribeEmailAllowed As Boolean
	Get
	SetProperty Value
Type: 
Boolean
See Also