C# Class MAPIInspector.Parsers.XID

Represents an external identifier for an entity within a data store.
Inheritance: MAPIInspector.Parsers.BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
localId byte[]
namespaceGuid System.Guid

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

XID ( int length ) : System

Initializes a new instance of the XID structure.

Method Details

Parse() public method

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains XID.
return void

XID() public method

Initializes a new instance of the XID structure.
public XID ( int length ) : System
length int the length of the LocalId.
return System

Property Details

localId public_oe property

public byte[] localId
return byte[]

namespaceGuid public_oe property

public Guid,System namespaceGuid
return System.Guid