C# Class MAPIInspector.Parsers.RopSynchronizationConfigureRequest

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

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

OutputHandleIndex public_oe property

public byte OutputHandleIndex
return byte

PropertyTagCount public_oe property

public ushort PropertyTagCount
return ushort

PropertyTags public_oe property

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

RestrictionData public_oe property

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

RestrictionDataSize public_oe property

public ushort RestrictionDataSize
return ushort

RopId public_oe property

public RopIdType RopId
return RopIdType

SendOptions public_oe property

public SendOptions SendOptions
return SendOptions

SynchronizationExtraFlags public_oe property

public SynchronizationExtraFlags SynchronizationExtraFlags
return SynchronizationExtraFlags

SynchronizationFlags public_oe property

public SynchronizationFlags SynchronizationFlags
return SynchronizationFlags

SynchronizationType public_oe property

public SynchronizationType SynchronizationType
return SynchronizationType