C# Class MAPIInspector.Parsers.RopSynchronizationImportMessageChangeRequest

A class indicates the RopSynchronizationImportMessageChange ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file 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 property

public ImportFlag ImportFlag
return ImportFlag

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

PropertyValueCount public property

public ushort PropertyValueCount
return ushort

PropertyValues public property

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

RopId public property

public RopIdType RopId
return RopIdType