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

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

공개 프로퍼티들

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