C# Class MAPIInspector.Parsers.RopSynchronizationImportMessageMoveRequest

A class indicates the RopSynchronizationImportMessageMove 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
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

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopSynchronizationImportMessageMoveRequest structure.

Method Details

Parse() public méthode

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

Property Details

ChangeNumber public_oe property

public byte[] ChangeNumber
Résultat byte[]

ChangeNumberSize public_oe property

public uint ChangeNumberSize
Résultat uint

DestinationMessageId public_oe property

public byte[] DestinationMessageId
Résultat byte[]

DestinationMessageIdSize public_oe property

public uint DestinationMessageIdSize
Résultat uint

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

PredecessorChangeList public_oe property

public byte[] PredecessorChangeList
Résultat byte[]

PredecessorChangeListSize public_oe property

public uint PredecessorChangeListSize
Résultat uint

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

SourceFolderId public_oe property

public byte[] SourceFolderId
Résultat byte[]

SourceFolderIdSize public_oe property

public uint SourceFolderIdSize
Résultat uint

SourceMessageId public_oe property

public byte[] SourceMessageId
Résultat byte[]

SourceMessageIdSize public_oe property

public uint SourceMessageIdSize
Résultat uint