Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMailMergeDataSource Class / FieldMap Property


In This Topic
    FieldMap Property
    In This Topic
    Gets or sets the mail merge field map
    Syntax
    'Declaration
     
    
    Public Property FieldMap As NMailMergeFieldMap
    'Usage
     
    
    Dim instance As NMailMergeDataSource
    Dim value As NMailMergeFieldMap
     
    instance.FieldMap = value
     
    value = instance.FieldMap
    public NMailMergeFieldMap FieldMap {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also