Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / nrKI Class / fj Method


In This Topic
    fj Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub fj( _
       ByVal OrKI As NSmtpClient, _
       ByVal prKI As NMailMessage _
    ) 
    'Usage
     
    
    Dim instance As nrKI
    Dim OrKI As NSmtpClient
    Dim prKI As NMailMessage
     
    instance.fj(OrKI, prKI)
    public override void fj( 
       NSmtpClient OrKI,
       NMailMessage prKI
    )

    Parameters

    OrKI
    prKI
    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