C# Class MAPIInspector.Parsers.RopFastTransferSourceCopyPropertiesRequest

A class indicates the RopFastTransferSourceCopyProperties 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_CopyProperties
InputHandleIndex byte
Level byte
LogonId byte
OutputHandleIndex byte
PropertyTagCount ushort
PropertyTags MAPIInspector.Parsers.PropertyTag[]
RopId RopIdType
SendOptions SendOptions

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopFastTransferSourceCopyPropertiesRequest structure.

Method Details

Parse() public méthode

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

Property Details

CopyFlags public_oe property

public CopyFlags_CopyProperties CopyFlags
Résultat CopyFlags_CopyProperties

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

Level public_oe property

public byte Level
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

PropertyTagCount public_oe property

public ushort PropertyTagCount
Résultat ushort

PropertyTags public_oe property

public PropertyTag[],MAPIInspector.Parsers PropertyTags
Résultat MAPIInspector.Parsers.PropertyTag[]

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

SendOptions public_oe property

public SendOptions SendOptions
Résultat SendOptions