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

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

Méthodes publiques

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

Deserialize FolderEntryID.
public Deserialize ( byte buffer ) : void
buffer byte Entry id data array.
Résultat void

FolderEntryID() public méthode

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

FolderEntryID() public méthode

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

Serialize() public méthode

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