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

The EphemeralEntryID structure identifies a specific object in the address book.
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
DisplayType DisplayTypeValues
IDType byte
Mid uint
ProviderUID System.Guid
R1 byte
R2 byte
R3 byte
R4 uint

Property Details

DisplayType public property

The display type of the object specified by this Ephemeral Entry ID.
public DisplayTypeValues DisplayType
return DisplayTypeValues

IDType public property

The type of this ID. The value is the constant 0x87.
public byte IDType
return byte

Mid public 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
return uint

ProviderUID public property

Contain the GUID of the server that issues this Ephemeral Entry ID.
public Guid,System ProviderUID
return System.Guid

R1 public property

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

R2 public property

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

R3 public property

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

R4 public property

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