MAPIInspector.Parsers.PropList.Verify C# (CSharp) Method

Verify() public static method

Verify that a stream's current position contains a serialized propList.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool
        public static bool Verify(FastTransferStream stream)
        {
            return PropValue.Verify(stream);
        }