C# Class MAPIInspector.Parsers.RopGetValidAttachmentsResponse

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

Public Properties

Property Type Description
AttachmentIdArray int?[]
AttachmentIdCount ushort?
OutputHandleIndex byte
ReturnValue object
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopGetValidAttachmentsResponse structure.

Method Details

Parse() public method

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

Property Details

AttachmentIdArray public property

public int?[] AttachmentIdArray
return int?[]

AttachmentIdCount public property

public ushort? AttachmentIdCount
return ushort?

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType