C# Class MAPIInspector.Parsers.FolderContentNoDelProps

The folderContentNoDelProps element contains the content of a folder: its properties, messages, and subFolders.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
FolderMessagesNoDelProps FolderMessagesNoDelProps
MetaTagFXDelProp MetaPropValue
MetaTagNewFXFolder MetaPropValue
PropList PropList
SubFolderNoDelPropList MAPIInspector.Parsers.SubFolderNoDelProps[]

Méthodes publiques

Méthode Description
FolderContentNoDelProps ( FastTransferStream stream ) : System

Initializes a new instance of the folderContentNoDelProps class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized folderContentNoDelProps.

Method Details

FolderContentNoDelProps() public méthode

Initializes a new instance of the folderContentNoDelProps class.
public FolderContentNoDelProps ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Résultat System

Parse() public méthode

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

Verify() public static méthode

Verify that a stream's current position contains a serialized folderContentNoDelProps.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

FolderMessagesNoDelProps public_oe property

public FolderMessagesNoDelProps,MAPIInspector.Parsers FolderMessagesNoDelProps
Résultat FolderMessagesNoDelProps

MetaTagFXDelProp public_oe property

public MetaPropValue,MAPIInspector.Parsers MetaTagFXDelProp
Résultat MetaPropValue

MetaTagNewFXFolder public_oe property

public MetaPropValue,MAPIInspector.Parsers MetaTagNewFXFolder
Résultat MetaPropValue

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList

SubFolderNoDelPropList public_oe property

public SubFolderNoDelProps[],MAPIInspector.Parsers SubFolderNoDelPropList
Résultat MAPIInspector.Parsers.SubFolderNoDelProps[]