C# Class MAPIInspector.Parsers.RopWritePerUserInformationRequest

A class indicates the RopWritePerUserInformation ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Datei anzeigen 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_oe property

public byte[] Data
return byte[]

DataOffset public_oe property

public uint DataOffset
return uint

DataSize public_oe property

public ushort DataSize
return ushort

FolderId public_oe property

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

HasFinished public_oe property

public bool HasFinished
return bool

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

ReplGuid public_oe property

public Guid? ReplGuid
return Guid?

RopId public_oe property

public RopIdType RopId
return RopIdType