Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMailMerge Class / CptC Method


In This Topic
    CptC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function CptC( _
       ByVal dptC As System.String, _
       ByVal EptC As NMailMergeFieldValue _
    ) As System.String
    'Usage
     
    
    Dim instance As NMailMerge
    Dim dptC As System.String
    Dim EptC As NMailMergeFieldValue
    Dim value As System.String
     
    value = instance.CptC(dptC, EptC)
    internal System.string CptC( 
       System.string dptC,
       NMailMergeFieldValue EptC
    )

    Parameters

    dptC
    EptC
    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