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

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

Public Methods

Method Description
MessageEntryID ( byte providerUID, byte folderDataBaseGUID, byte folderGlobalCounter, byte messageDataBaseGUID, byte messageGlobalCounter ) : System

Initializes a new instance of the MessageEntryID class.

Serialize ( ) : byte[]

Get folder entry id bytes array.

Method Details

MessageEntryID() public method

Initializes a new instance of the MessageEntryID class.
public MessageEntryID ( byte providerUID, byte folderDataBaseGUID, byte folderGlobalCounter, byte messageDataBaseGUID, byte messageGlobalCounter ) : System
providerUID byte Provider id value which can get in logon response.
folderDataBaseGUID byte DatabaseGUID of the folder where the message is stored in.
folderGlobalCounter byte GlobalCounter of the folder where the message is stored in.
messageDataBaseGUID byte DatabaseGUID of the message.
messageGlobalCounter byte GlboabCounter of message.
return System

Serialize() public method

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