C# Class MAPIInspector.Parsers.GroupPropertyName

The GroupPropertyName.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Guid System.Guid
Kind uint
Lid uint?
Name MAPIInspector.Parsers.MAPIString
NameSize uint?

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public method

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

Property Details

Guid public property

public Guid,System Guid
return System.Guid

Kind public property

public uint Kind
return uint

Lid public property

public uint? Lid
return uint?

Name public property

public MAPIString,MAPIInspector.Parsers Name
return MAPIInspector.Parsers.MAPIString

NameSize public property

public uint? NameSize
return uint?