C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.EphemeralEntryID

The EphemeralEntryID structure identifies a specific object in the address book.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayType DisplayTypeValue
IDType byte
Mid uint
ProviderUID FlatUID_r
R1 byte
R2 byte
R3 byte
R4 uint

Méthodes publiques

Méthode Description
Compare ( EphemeralEntryID id1 ) : bool

Compare whether the two EphemeralEntryID structures are equal or not.

Method Details

Compare() public méthode

Compare whether the two EphemeralEntryID structures are equal or not.
public Compare ( EphemeralEntryID id1 ) : bool
id1 EphemeralEntryID The EphemeralEntryID structure to be compared.
Résultat bool

Property Details

DisplayType public_oe property

The display type of the object specified by this Ephemeral Entry ID.
public DisplayTypeValue DisplayType
Résultat DisplayTypeValue

IDType public_oe property

The type of this ID. The value is the constant 0x87.
public byte IDType
Résultat byte

Mid public_oe property

The Minimal Entry ID of this object, as specified in section 2.3.8.1. This value is expressed in little-endian format.
public uint Mid
Résultat uint

ProviderUID public_oe property

Contain the GUID of the server that issues this Ephemeral Entry ID.
public FlatUID_r,Microsoft.Protocols.TestSuites.MS_OXORULE ProviderUID
Résultat FlatUID_r

R1 public_oe property

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R1
Résultat byte

R2 public_oe property

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R2
Résultat byte

R3 public_oe property

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R3
Résultat byte

R4 public_oe property

Reserved. All clients and servers MUST set this value to the constant 0x00000001.
public uint R4
Résultat uint