C# Class MAPIInspector.Parsers.RopFastTransferSourceCopyFolderRequest

A class indicates the RopFastTransferSourceCopyFolder 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
CopyFlags CopyFlags_CopyFolder
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
RopId RopIdType
SendOptions SendOptions

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopFastTransferSourceCopyFolderRequest structure.

Method Details

Parse() public méthode

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

Property Details

CopyFlags public_oe property

public CopyFlags_CopyFolder CopyFlags
Résultat CopyFlags_CopyFolder

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

SendOptions public_oe property

public SendOptions SendOptions
Résultat SendOptions