C# Class MAPIInspector.Parsers.FolderReplicaInfo

The FolderReplicaInfo structure contains information about server replicas of a public folder.
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CheapServerDNCount uint
Depth uint
Flags uint
FolderLongTermId LongTermId
ServerDNArray MAPIInspector.Parsers.MAPIString[]
ServerDNCount 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 FolderReplicaInfo.
return void

Property Details

CheapServerDNCount public_oe property

public uint CheapServerDNCount
return uint

Depth public_oe property

public uint Depth
return uint

Flags public_oe property

public uint Flags
return uint

FolderLongTermId public_oe property

public LongTermId,MAPIInspector.Parsers FolderLongTermId
return LongTermId

ServerDNArray public_oe property

public MAPIString[],MAPIInspector.Parsers ServerDNArray
return MAPIInspector.Parsers.MAPIString[]

ServerDNCount public_oe property

public uint ServerDNCount
return uint