C# Class MAPIInspector.Parsers.RopLogonResponse_PublicFolders

A class indicates the RopLogon ROP Response Buffer for public folders.
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
FolderIds MAPIInspector.Parsers.FolderID[]
LogonFlags LogonFlags?
OutputHandleIndex byte
PerUserGuid Guid?
ReplGuid Guid?
ReplId ushort?
ReturnValue object
RopId RopIdType
ServerName MAPIInspector.Parsers.MAPIString
ServerNameSize byte?

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopLogonResponse_PublicFolders structure.

Method Details

Parse() public method

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

Property Details

FolderIds public_oe property

public FolderID[],MAPIInspector.Parsers FolderIds
return MAPIInspector.Parsers.FolderID[]

LogonFlags public_oe property

public LogonFlags? LogonFlags
return LogonFlags?

OutputHandleIndex public_oe property

public byte OutputHandleIndex
return byte

PerUserGuid public_oe property

public Guid? PerUserGuid
return Guid?

ReplGuid public_oe property

public Guid? ReplGuid
return Guid?

ReplId public_oe property

public ushort? ReplId
return ushort?

ReturnValue public_oe property

public object ReturnValue
return object

RopId public_oe property

public RopIdType RopId
return RopIdType

ServerName public_oe property

public MAPIString,MAPIInspector.Parsers ServerName
return MAPIInspector.Parsers.MAPIString

ServerNameSize public_oe property

public byte? ServerNameSize
return byte?