C# Class MAPIInspector.Parsers.RopSynchronizationConfigureRequest

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopSynchronizationConfigureRequest structure.

Method Details

Parse() public méthode

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

PropertyTagCount public_oe property

public ushort PropertyTagCount
Résultat ushort

PropertyTags public_oe property

public PropertyTag[],MAPIInspector.Parsers PropertyTags
Résultat MAPIInspector.Parsers.PropertyTag[]

RestrictionData public_oe property

public RestrictionType,MAPIInspector.Parsers RestrictionData
Résultat MAPIInspector.Parsers.RestrictionType

RestrictionDataSize public_oe property

public ushort RestrictionDataSize
Résultat ushort

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

SendOptions public_oe property

public SendOptions SendOptions
Résultat SendOptions

SynchronizationExtraFlags public_oe property

public SynchronizationExtraFlags SynchronizationExtraFlags
Résultat SynchronizationExtraFlags

SynchronizationFlags public_oe property

public SynchronizationFlags SynchronizationFlags
Résultat SynchronizationFlags

SynchronizationType public_oe property

public SynchronizationType SynchronizationType
Résultat SynchronizationType