C# Class MAPIInspector.Parsers.RopSynchronizationImportMessageMoveRequest

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

public byte[] ChangeNumber
return byte[]

ChangeNumberSize public_oe property

public uint ChangeNumberSize
return uint

DestinationMessageId public_oe property

public byte[] DestinationMessageId
return byte[]

DestinationMessageIdSize public_oe property

public uint DestinationMessageIdSize
return uint

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

PredecessorChangeList public_oe property

public byte[] PredecessorChangeList
return byte[]

PredecessorChangeListSize public_oe property

public uint PredecessorChangeListSize
return uint

RopId public_oe property

public RopIdType RopId
return RopIdType

SourceFolderId public_oe property

public byte[] SourceFolderId
return byte[]

SourceFolderIdSize public_oe property

public uint SourceFolderIdSize
return uint

SourceMessageId public_oe property

public byte[] SourceMessageId
return byte[]

SourceMessageIdSize public_oe property

public uint SourceMessageIdSize
return uint