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

A Store object EntryID identifies a mailbox Store object or a public folder Store object itself, rather than a message or Folder object residing in such a database.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DLLFileName byte[]
Flag byte
Flags uint
ProviderUID byte[]
Version byte
WrappedFlags uint

공개 메소드들

메소드 설명
Deserialize ( byte buffer ) : uint

Deserialized byte array to an ActionBlock instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get size of this class

StoreObjectEntryID ( ) : System

Initializes a new instance of the StoreObjectEntryID class.

StoreObjectEntryID ( StoreObjectType objType ) : System

Initializes a new instance of the StoreObjectEntryID class.

메소드 상세

Deserialize() 공개 메소드

Deserialized byte array to an ActionBlock instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionBlock instance.
리턴 uint

Serialize() 공개 메소드

Get serialized byte array for this struct
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Get size of this class
public Size ( ) : int
리턴 int

StoreObjectEntryID() 공개 메소드

Initializes a new instance of the StoreObjectEntryID class.
public StoreObjectEntryID ( ) : System
리턴 System

StoreObjectEntryID() 공개 메소드

Initializes a new instance of the StoreObjectEntryID class.
public StoreObjectEntryID ( StoreObjectType objType ) : System
objType StoreObjectType Type of Store object.
리턴 System

프로퍼티 상세

DLLFileName 공개적으로 프로퍼티

MUST be set to the following value which represents "emsmdb.dll": %x45.4D.53.4D.44.42.2E.44.4C.4C.00.00.00.00.
public byte[] DLLFileName
리턴 byte[]

Flag 공개적으로 프로퍼티

The flag value that MUST be zero.
public byte Flag
리턴 byte

Flags 공개적으로 프로퍼티

The flags that MUST be 0x00000000.
public uint Flags
리턴 uint

ProviderUID 공개적으로 프로퍼티

The ProviderUID that MUST be %x38.A1.BB.10.05.E5.10.1A.A1.BB.08.00.2B.2A.56.C2.
public byte[] ProviderUID
리턴 byte[]

Version 공개적으로 프로퍼티

MUST be zero.
public byte Version
리턴 byte

WrappedFlags 공개적으로 프로퍼티

MUST be 0x00000000.
public uint WrappedFlags
리턴 uint