C# Class MAPIInspector.Parsers.LongTermId

The structure of LongTermId
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
DatabaseGuid System.Guid
pad ushort

Public Methods

Method Description
LongTermId ( FastTransferStream stream ) : System

Initializes a new instance of the LongTermId structure.

Parse ( FastTransferStream stream ) : void

Parse the ROP response buffer.

Method Details

LongTermId() public method

Initializes a new instance of the LongTermId structure.
public LongTermId ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
return System

Parse() public method

Parse the ROP response buffer.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream
return void

Property Details

DatabaseGuid public property

A 128-bit unsigned integer identifying a Store object.
public Guid,System DatabaseGuid
return System.Guid

pad public property

An unshort.
public ushort pad
return ushort