C# Class MAPIInspector.Parsers.RopGetOwningServersResponse

A class indicates the RopGetOwningServers ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CheapServersCount ushort?
InputHandleIndex byte
OwningServers MAPIInspector.Parsers.MAPIString[]
OwningServersCount ushort?
ReturnValue object
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopGetOwningServersResponse structure.

Method Details

Parse() public method

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

Property Details

CheapServersCount public_oe property

public ushort? CheapServersCount
return ushort?

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

OwningServers public_oe property

public MAPIString[],MAPIInspector.Parsers OwningServers
return MAPIInspector.Parsers.MAPIString[]

OwningServersCount public_oe property

public ushort? OwningServersCount
return ushort?

ReturnValue public_oe property

public object ReturnValue
return object

RopId public_oe property

public RopIdType RopId
return RopIdType