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

A folder entry id structure.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

Deserialize FolderEntryID.

FolderEntryID ( StoreObjectType objectType ) : System

Initializes a new instance of the FolderEntryID class.

FolderEntryID ( StoreObjectType objectType, byte providerUID, byte databaseGUID, byte globalCounter ) : System

Initializes a new instance of the FolderEntryID class.

Serialize ( ) : byte[]

Get folder entry id bytes array.

메소드 상세

Deserialize() 공개 메소드

Deserialize FolderEntryID.
public Deserialize ( byte buffer ) : void
buffer byte Entry id data array.
리턴 void

FolderEntryID() 공개 메소드

Initializes a new instance of the FolderEntryID class.
public FolderEntryID ( StoreObjectType objectType ) : System
objectType StoreObjectType Identify store object is a mailbox or a public folder.
리턴 System

FolderEntryID() 공개 메소드

Initializes a new instance of the FolderEntryID class.
public FolderEntryID ( StoreObjectType objectType, byte providerUID, byte databaseGUID, byte globalCounter ) : System
objectType StoreObjectType Identify store object is a mailbox or a public folder.
providerUID byte Provider id value which can get in logon response.
databaseGUID byte DatabaseGUID of specific folder, which can get in folder's longterm id.
globalCounter byte Global counter of specific folder, which can get in folder's longterm id.
리턴 System

Serialize() 공개 메소드

Get folder entry id bytes array.
public Serialize ( ) : byte[]
리턴 byte[]