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

Message entry id structure.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Serialize() public méthode

Get folder entry id bytes array.
public Serialize ( ) : byte[]
Résultat byte[]