C# Class Microsoft.Protocols.TestSuites.MS_OXCTABL.DeleteMarkReadActionData

Action Data buffer format for ActionType: OP_DELETE or OP_MARK_AS_READ The incoming messages are deleted or marked as read according to the ActionType itself. These actions have no ActionData buffer.
Inheritance: IActionData
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a BounceActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this ActionData

Size ( ) : int

The total Size of this ActionData buffer

Method Details

Deserialize() public méthode

Deserialized byte array to a BounceActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contains data of an ActionData instance
Résultat uint

Serialize() public méthode

Get serialized byte array for this ActionData
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

The total Size of this ActionData buffer
public Size ( ) : int
Résultat int