  | AccessUserRecipientProviderUnsubscribeCustomFields Property  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing.RecipientProviders
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax[AddInParameterAttribute("UnsubscribeCustomFields")]
[AddInLabelAttribute("Uncheck these custom fields")]
[AddInParameterGroupAttribute("On unsubscribe")]
[AddInParameterEditorAttribute(typeof(CheckListParameterEditor), "separatelines=true;width=170")]
public string UnsubscribeCustomFields { get; set; }<AddInParameterAttribute("UnsubscribeCustomFields")>
<AddInLabelAttribute("Uncheck these custom fields")>
<AddInParameterGroupAttribute("On unsubscribe")>
<AddInParameterEditorAttribute(GetType(CheckListParameterEditor), "separatelines=true;width=170")>
Public Property UnsubscribeCustomFields As String
	Get
	SetProperty Value
Type: 
String
See Also