Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMailMergeFieldMap Class / TryGet Method


In This Topic
    TryGet Method (NMailMergeFieldMap)
    In This Topic
    Tries to get the mapped name for the given data field and returns true on success.
    Syntax
    'Declaration
     
    
    Public Function TryGet( _
       ByVal field As ENMailMergeDataField, _
       ByRef mappedName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NMailMergeFieldMap
    Dim field As ENMailMergeDataField
    Dim mappedName As System.String
    Dim value As System.Boolean
     
    value = instance.TryGet(field, mappedName)
    public System.bool TryGet( 
       ENMailMergeDataField field,
       out System.string mappedName
    )

    Parameters

    field
    mappedName
    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