C# Class MAPIInspector.Parsers.RopSynchronizationConfigureRequest

A class indicates the RopSynchronizationConfigure ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
PropertyTagCount ushort
PropertyTags MAPIInspector.Parsers.PropertyTag[]
RestrictionData MAPIInspector.Parsers.RestrictionType
RestrictionDataSize ushort
RopId RopIdType
SendOptions SendOptions
SynchronizationExtraFlags SynchronizationExtraFlags
SynchronizationFlags SynchronizationFlags
SynchronizationType SynchronizationType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopSynchronizationConfigureRequest structure.

Method Details

Parse() public method

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

Property Details

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

PropertyTagCount public property

public ushort PropertyTagCount
return ushort

PropertyTags public property

public PropertyTag[],MAPIInspector.Parsers PropertyTags
return MAPIInspector.Parsers.PropertyTag[]

RestrictionData public property

public RestrictionType,MAPIInspector.Parsers RestrictionData
return MAPIInspector.Parsers.RestrictionType

RestrictionDataSize public property

public ushort RestrictionDataSize
return ushort

RopId public property

public RopIdType RopId
return RopIdType

SendOptions public property

public SendOptions SendOptions
return SendOptions

SynchronizationExtraFlags public property

public SynchronizationExtraFlags SynchronizationExtraFlags
return SynchronizationExtraFlags

SynchronizationFlags public property

public SynchronizationFlags SynchronizationFlags
return SynchronizationFlags

SynchronizationType public property

public SynchronizationType SynchronizationType
return SynchronizationType