C# Class MAPIInspector.Parsers.RopGetOwningServersResponse

A class indicates the RopGetOwningServers ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file 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 property

public ushort? CheapServersCount
return ushort?

InputHandleIndex public property

public byte InputHandleIndex
return byte

OwningServers public property

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

OwningServersCount public property

public ushort? OwningServersCount
return ushort?

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType