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

The PermanentEntryID structure identifies a specific object in the address book.
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

The DN of the object specified by this Permanent Entry ID. The value is expressed as a DN.
public string DistinguishedName
Результат string

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

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

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

A FlatUID_r value that contains the constant GUID specified in Permanent Entry ID GUID.
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