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

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

공개 프로퍼티들

프로퍼티 타입 설명
DisplayType DisplayTypeValue
IDType byte
Mid uint
ProviderUID FlatUID_r
R1 byte
R2 byte
R3 byte
R4 uint

공개 메소드들

메소드 설명
Compare ( EphemeralEntryID id1 ) : bool

Compare whether the two EphemeralEntryID structures are equal or not.

메소드 상세

Compare() 공개 메소드

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

프로퍼티 상세

DisplayType 공개적으로 프로퍼티

The display type of the object specified by this Ephemeral Entry ID.
public DisplayTypeValue DisplayType
리턴 DisplayTypeValue

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 FlatUID_r,Microsoft.Protocols.TestSuites.MS_OXORULE ProviderUID
리턴 FlatUID_r

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