C# Class MAPIInspector.Parsers.RopPublicFolderIsGhostedResponse

A class indicates the RopPublicFolderIsGhosted 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
IsGhosted bool?
ReturnValue object
RopId RopIdType
Servers MAPIInspector.Parsers.MAPIString[]
ServersCount ushort?

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopPublicFolderIsGhostedResponse structure.

Method Details

Parse() public method

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

Property Details

CheapServersCount public property

public ushort? CheapServersCount
return ushort?

InputHandleIndex public property

public byte InputHandleIndex
return byte

IsGhosted public property

public bool? IsGhosted
return bool?

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType

Servers public property

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

ServersCount public property

public ushort? ServersCount
return ushort?