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

Datei anzeigen Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
FID ulong
Instance uint
MID ulong
Ours byte

Property Details

FID public_oe property

A FID, identifying a folder.
public ulong FID
return ulong

Instance public_oe property

A 32-bit unsigned instance number within an array of ServerIds to compare against
public uint Instance
return 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
return 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
return byte