C# Class MAPIInspector.Parsers.LongTermId

The structure of LongTermId
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
DatabaseGuid System.Guid
pad ushort

Méthodes publiques

Méthode 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 méthode

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

Parse() public méthode

Parse the ROP response buffer.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream
Résultat void

Property Details

DatabaseGuid public_oe property

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

pad public_oe property

An unshort.
public ushort pad
Résultat ushort