C# Class MAPIInspector.Parsers.RopLogonResponse_PublicFolders

A class indicates the RopLogon ROP Response Buffer for public folders.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show 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 property

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

LogonFlags public property

public LogonFlags? LogonFlags
return LogonFlags?

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

PerUserGuid public property

public Guid? PerUserGuid
return Guid?

ReplGuid public property

public Guid? ReplGuid
return Guid?

ReplId public property

public ushort? ReplId
return ushort?

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType

ServerName public property

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

ServerNameSize public property

public byte? ServerNameSize
return byte?