Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / Connect Method
In This Topic
    Connect Method (IbmPrinter)
    In This Topic
    Connects to the host.
    Syntax
    expression.Connect() As ReturnCode
    where expression is a variable that represents a IbmPrinter Object

    Return Value

    Connection Status
    Remarks
    This method returns an error if the connection cannot be made successfully. It is ignored if a connection already exists. Use the IsConnected property to determine if a connection already exists.
    See Also