IsMsgFormat

IsMsgFormat (1 of 2)

Determines whether the specified stream has a MSG format.

Returns: true if the stream is represented in MSG format]; otherwise, false .

IsMsgFormat(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamThe message stream.

IsMsgFormat (2 of 2)

Determines whether the specified file has a MSG format.

Returns: true if the file is represented in MSG format; otherwise, false .

IsMsgFormat(System::String fileName)
ParameterDescription
fileNameName of the file.