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


In This Topic
    ENMailMergeDataField Enumeration
    In This Topic
    Enumerates the supported mail merge data fields, i.e. fields that are used for special mail merge features, for example for GreetingLine.
    Syntax
    'Declaration
     
    
    Public Enum ENMailMergeDataField 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMailMergeDataField
    public enum ENMailMergeDataField : System.Enum 
    Members
    MemberDescription
    Address1Specifies an address.
    Address2Specifies an address.
    Address3Specifies an address.
    BusinessFaxSpecifies a business fax.
    BusinessPhoneSpecifies a business phone.
    CitySpecifies a city.
    CompanySpecifies a company name.
    CountryOrRegionSpecifies a country or a region.
    CourtesyTitleSpecifies a courtesy title.
    DepartmentSpecifies a department.
    EmailAddressSpecifies an email address.
    FirstNameSpecifies a first name.
    HomeFaxSpecifies a home fax.
    HomePhoneSpecifies a home phone.
    JobTitleSpecifies a job title.
    LastNameSpecifies a last name.
    MiddleNameSpecifies a middle name.
    NicknameSpecifies a nickname.
    PartnerCourtesyTitleSpecifies the courtesy title of a spouse/partner.
    PartnerFirstNameSpecifies the first name of a spouse/partner.
    PartnerLastNameSpecifies the last name of a spouse/partner.
    PartnerMiddleNameSpecifies the middle name of a spouse/partner.
    PartnerNicknameSpecifies the nickname of a spouse/partner.
    PhoneticGuideForFirstNameSpecifies a phonetic guide for the first name.
    PhoneticGuideForLastNameSpecifies a phonetic guide for the last name.
    PostalCodeSpecifies a postal code.
    StateSpecifies a state.
    SuffixSpecifies a suffix.
    UniqueIdentifierSpecifies a unique identifier, for example an ID.
    WebpageSpecifies a wbe page.
    Inheritance Hierarchy

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

    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