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


In This Topic
    MOtC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MOtC( _
       ByVal nOtC As System.String, _
       ByVal OOtC As System.String, _
       ByVal pOtC As System.String, _
       ByVal QOtC As NMailMergeFieldMap _
    ) 
    'Usage
     
    
    Dim instance As NMailMerge
    Dim nOtC As System.String
    Dim OOtC As System.String
    Dim pOtC As System.String
    Dim QOtC As NMailMergeFieldMap
     
    instance.MOtC(nOtC, OOtC, pOtC, QOtC)
    internal void MOtC( 
       System.string nOtC,
       System.string OOtC,
       System.string pOtC,
       NMailMergeFieldMap QOtC
    )

    Parameters

    nOtC
    OOtC
    pOtC
    QOtC
    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