dotConnect for Mailchimp Documentation
Devart.Data.MailChimp Namespace / MailChimpConnectionStringBuilder Class / MergeFieldsDetectionBehavior Property

In This Topic
MergeFieldsDetectionBehavior Property
In This Topic
Determines how to present MailChimp merge tags when working with the ListMembers table.
Syntax
'Declaration
 
Public Property MergeFieldsDetectionBehavior As MergeFieldsDetectionBehavior
 

Property Value

One of the MergeFieldsDetectionBehavior values. Default value is MergeFieldsDetectionBehavior.JoinCommon.
Remarks
Note that reading merge tags can take additional time. If you don't need to work with merge tags, it's better to disable their reading by setting the MergeFieldsDetectionBehavior connection string parameter to MergeFieldsDetectionBehavior.None. You can find more information in the Working with ListMembers Merge Tags topic.
See Also