Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / SaveAsCompound Method
The fully qualified file path of the file you want to save. The file must be saved in a trusted location.
In This Topic
    SaveAsCompound Method (IbmPrinter)
    In This Topic
    Saves a session as a compound session document.
    Syntax
    expression.SaveAsCompound( _
       ByVal filePath As String _
    ) As ReturnCode
    where expression is a variable that represents a IbmPrinter Object

    Parameters

    filePath
    The fully qualified file path of the file you want to save. The file must be saved in a trusted location.

    Return Value

    ReturnCode value indicate success or error conditions.
    See Also