C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.FolderEntryID

A folder entry id structure.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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.

Method Details

Deserialize() public method

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

FolderEntryID() public method

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.
return System

FolderEntryID() public method

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.
return System

Serialize() public method

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