C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.ServerID

Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
FID ulong
Instance uint
MID ulong
Ours byte

Property Details

FID public_oe property

A FID, identifying a folder.
public ulong FID
Résultat ulong

Instance public_oe property

A 32-bit unsigned instance number within an array of ServerIds to compare against
public uint Instance
Résultat uint

MID public_oe property

A MID,identifying a message in the folder identified by folder ID. If the object is a folder, then this field MUST be all zeros.
public ulong MID
Résultat ulong

Ours public_oe property

0x01 indicates the remaining bytes conform to this structure; 0x00 indicates this is a client-defined value, and has whatever size and structure the client has defined.
public byte Ours
Résultat byte