C# Class MAPIInspector.Parsers.MarkersHelper

Supply help functions for manipulate Markers.
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Methods

Method Description
IsMarker ( uint Marker ) : bool

Indicate whether a uint is a Marker.

IsMetaTag ( uint MetaTag ) : bool

Indicate whether a uint is a MetaProperties.

Method Details

IsMarker() public static method

Indicate whether a uint is a Marker.
public static IsMarker ( uint Marker ) : bool
Marker uint
return bool

IsMetaTag() public static method

Indicate whether a uint is a MetaProperties.
public static IsMetaTag ( uint MetaTag ) : bool
MetaTag uint
return bool