C# Class MAPIInspector.Parsers.RopPublicFolderIsGhostedResponse

A class indicates the RopPublicFolderIsGhosted ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
CheapServersCount ushort?
InputHandleIndex byte
IsGhosted bool?
ReturnValue object
RopId RopIdType
Servers MAPIInspector.Parsers.MAPIString[]
ServersCount ushort?

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopPublicFolderIsGhostedResponse structure.

Method Details

Parse() public méthode

Parse the RopPublicFolderIsGhostedResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopPublicFolderIsGhostedResponse structure.
Résultat void

Property Details

CheapServersCount public_oe property

public ushort? CheapServersCount
Résultat ushort?

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

IsGhosted public_oe property

public bool? IsGhosted
Résultat bool?

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

Servers public_oe property

public MAPIString[],MAPIInspector.Parsers Servers
Résultat MAPIInspector.Parsers.MAPIString[]

ServersCount public_oe property

public ushort? ServersCount
Résultat ushort?