C# Class MAPIInspector.Parsers.RopSynchronizationImportMessageChangeRequest

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

Public Properties

Property Type Description
ImportFlag ImportFlag
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
PropertyValueCount ushort
PropertyValues MAPIInspector.Parsers.TaggedPropertyValue[]
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopSynchronizationImportMessageChangeRequest structure.

Method Details

Parse() public method

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

Property Details

ImportFlag public_oe property

public ImportFlag ImportFlag
return ImportFlag

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

PropertyValueCount public_oe property

public ushort PropertyValueCount
return ushort

PropertyValues public_oe property

public TaggedPropertyValue[],MAPIInspector.Parsers PropertyValues
return MAPIInspector.Parsers.TaggedPropertyValue[]

RopId public_oe property

public RopIdType RopId
return RopIdType