C# Class MAPIInspector.Parsers.RopSynchronizationImportMessageMoveRequest

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

Public Properties

Property Type Description
ChangeNumber byte[]
ChangeNumberSize uint
DestinationMessageId byte[]
DestinationMessageIdSize uint
InputHandleIndex byte
LogonId byte
PredecessorChangeList byte[]
PredecessorChangeListSize uint
RopId RopIdType
SourceFolderId byte[]
SourceFolderIdSize uint
SourceMessageId byte[]
SourceMessageIdSize uint

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopSynchronizationImportMessageMoveRequest structure.

Method Details

Parse() public method

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

Property Details

ChangeNumber public property

public byte[] ChangeNumber
return byte[]

ChangeNumberSize public property

public uint ChangeNumberSize
return uint

DestinationMessageId public property

public byte[] DestinationMessageId
return byte[]

DestinationMessageIdSize public property

public uint DestinationMessageIdSize
return uint

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

PredecessorChangeList public property

public byte[] PredecessorChangeList
return byte[]

PredecessorChangeListSize public property

public uint PredecessorChangeListSize
return uint

RopId public property

public RopIdType RopId
return RopIdType

SourceFolderId public property

public byte[] SourceFolderId
return byte[]

SourceFolderIdSize public property

public uint SourceFolderIdSize
return uint

SourceMessageId public property

public byte[] SourceMessageId
return byte[]

SourceMessageIdSize public property

public uint SourceMessageIdSize
return uint