Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENMailMergeFieldType Enumeration


In This Topic
    ENMailMergeFieldType Enumeration
    In This Topic
    Enumerates the mail merge field value types.
    Syntax
    'Declaration
     
    
    Public Enum ENMailMergeFieldType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMailMergeFieldType
    public enum ENMailMergeFieldType : System.Enum 
    Members
    MemberDescription
    GreetingLineRepresents a greeting line field value.
    PredefinedFieldRepresents a mail merge field value that gets data from a mail merge source field with a given name.
    RecordMergeNumberThe ordinal position of the record in the mail merge. This number is not visible until the mail merge is finished.
    RecordSourceNumberThe ordinal position of the mail merge data record in the list of selected records from the data source.
    SourceFieldRepresents a mail merge field value that gets data from a mail merge source field with a given name.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENMailMergeFieldType

    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