C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.EphemeralEntryID

The EphemeralEntryID structure identifies a specific object in the address book.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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