Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ConvertMCSToNRC Property
In This Topic
    ConvertMCSToNRC Property
    In This Topic
    Returns or specifies whether Multinational Character Set (MCS) characters are converted to National Replacement Set (NRC) characters in files you send.
    Syntax
    expression.ConvertMCSToNRC As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property is relevant only for ASCII file transfers. The default value is false.
    See Also