C# Класс Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.EphemeralEntryID

The EphemeralEntryID structure identifies a specific object in the address book.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DisplayType DisplayTypeValues
IDType byte
Mid uint
ProviderUID System.Guid
R1 byte
R2 byte
R3 byte
R4 uint

Описание свойств

DisplayType публичное свойство

The display type of the object specified by this Ephemeral Entry ID.
public DisplayTypeValues DisplayType
Результат DisplayTypeValues

IDType публичное свойство

The type of this ID. The value is the constant 0x87.
public byte IDType
Результат byte

Mid публичное свойство

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
Результат uint

ProviderUID публичное свойство

Contain the GUID of the server that issues this Ephemeral Entry ID.
public Guid,System ProviderUID
Результат System.Guid

R1 публичное свойство

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R1
Результат byte

R2 публичное свойство

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R2
Результат byte

R3 публичное свойство

Reserved. All clients and servers MUST set this value to the constant 0x00.
public byte R3
Результат byte

R4 публичное свойство

Reserved. All clients and servers MUST set this value to the constant 0x00000001.
public uint R4
Результат uint