C# Class MAPIInspector.Parsers.GroupPropertyName

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

Méthodes publiques

Свойство Type Description
Guid System.Guid
Kind uint
Lid uint?
Name MAPIInspector.Parsers.MAPIString
NameSize uint?

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public méthode

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains GroupPropertyName.
Résultat void

Property Details

Guid public_oe property

public Guid,System Guid
Résultat System.Guid

Kind public_oe property

public uint Kind
Résultat uint

Lid public_oe property

public uint? Lid
Résultat uint?

Name public_oe property

public MAPIString,MAPIInspector.Parsers Name
Résultat MAPIInspector.Parsers.MAPIString

NameSize public_oe property

public uint? NameSize
Résultat uint?