C# Class MAPIInspector.Parsers.LongTermIdRange

A class indicates the LongTermIdRange structure.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxLongTermId MAPIInspector.Parsers.LongTermID
MinLongTermId MAPIInspector.Parsers.LongTermID

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the LongTermIdRange structure.

Method Details

Parse() public méthode

Parse the LongTermIdRange structure.
public Parse ( Stream s ) : void
s Stream An stream containing LongTermIdRange structure.
Résultat void

Property Details

MaxLongTermId public_oe property

public LongTermID,MAPIInspector.Parsers MaxLongTermId
Résultat MAPIInspector.Parsers.LongTermID

MinLongTermId public_oe property

public LongTermID,MAPIInspector.Parsers MinLongTermId
Résultat MAPIInspector.Parsers.LongTermID