MAPIInspector.Parsers.SubFolder.Verify C# (CSharp) Метод

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized SubFolder.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool
        public static bool Verify(FastTransferStream stream)
        {
            return stream.VerifyMarker(Markers.StartSubFld);
        }