C# Class MAPIInspector.Parsers.RopSetLocalReplicaMidsetDeletedRequest

A class indicates the RopSetLocalReplicaMidsetDeleted ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
DataSize ushort
InputHandleIndex byte
LogonId byte
LongTermIdRangeCount uint
LongTermIdRanges MAPIInspector.Parsers.LongTermIdRange[]
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopSetLocalReplicaMidsetDeletedRequest structure.

Method Details

Parse() public method

Parse the RopSetLocalReplicaMidsetDeletedRequest structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopSetLocalReplicaMidsetDeletedRequest structure.
return void

Property Details

DataSize public_oe property

public ushort DataSize
return ushort

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

LongTermIdRangeCount public_oe property

public uint LongTermIdRangeCount
return uint

LongTermIdRanges public_oe property

public LongTermIdRange[],MAPIInspector.Parsers LongTermIdRanges
return MAPIInspector.Parsers.LongTermIdRange[]

RopId public_oe property

public RopIdType RopId
return RopIdType