C# Class MAPIInspector.Parsers.RopWritePerUserInformationRequest

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

Public Properties

Property Type Description
Data byte[]
DataOffset uint
DataSize ushort
FolderId MAPIInspector.Parsers.LongTermID
HasFinished bool
InputHandleIndex byte
LogonId byte
ReplGuid Guid?
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopWritePerUserInformationRequest structure.

Method Details

Parse() public method

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

Property Details

Data public property

public byte[] Data
return byte[]

DataOffset public property

public uint DataOffset
return uint

DataSize public property

public ushort DataSize
return ushort

FolderId public property

public LongTermID,MAPIInspector.Parsers FolderId
return MAPIInspector.Parsers.LongTermID

HasFinished public property

public bool HasFinished
return bool

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

ReplGuid public property

public Guid? ReplGuid
return Guid?

RopId public property

public RopIdType RopId
return RopIdType