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

Recipient Data buffer structure which used for OP_FORWARD, OP_DELEGATE ActionType
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a ForwardActionData instance

RecipientBlock ( ) : System

Initializes a new instance of the RecipientBlock class.

RecipientBlock ( CountByte countType ) : System

Initializes a new instance of the RecipientBlock class.

Serialize ( ) : byte[]

Get serialized byte array for this ActionData

Size ( ) : int

The total Size of this ActionData buffer

Method Details

Deserialize() public method

Deserialized byte array to a ForwardActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contains data of an ActionData instance.
return uint

RecipientBlock() public method

Initializes a new instance of the RecipientBlock class.
public RecipientBlock ( ) : System
return System

RecipientBlock() public method

Initializes a new instance of the RecipientBlock class.
public RecipientBlock ( CountByte countType ) : System
countType CountByte The COUNT Type of this class.
return System

Serialize() public method

Get serialized byte array for this ActionData
public Serialize ( ) : byte[]
return byte[]

Size() public method

The total Size of this ActionData buffer
public Size ( ) : int
return int