C# Класс Microsoft.Protocols.TestSuites.MS_OXORULE.FolderEntryID

A folder entry id structure.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]