C# Class MAPIInspector.Parsers.RopPublicFolderIsGhostedResponse

A class indicates the RopPublicFolderIsGhosted ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra 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_oe property

public ushort? CheapServersCount
return ushort?

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

IsGhosted public_oe property

public bool? IsGhosted
return bool?

ReturnValue public_oe property

public object ReturnValue
return object

RopId public_oe property

public RopIdType RopId
return RopIdType

Servers public_oe property

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

ServersCount public_oe property

public ushort? ServersCount
return ushort?