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

The AddressBookPropertyRow structure contains a list of property values without including the property tags that correspond to the property values.
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Flag byte
ValueArray List

Public Methods

Method Description
Parse ( byte rawBuffer, LargePropTagArray propTagArray, int &index ) : AddressBookPropertyRow

Parse the AddressBookPropertyRow structure.

Method Details

Parse() public static method

Parse the AddressBookPropertyRow structure.
public static Parse ( byte rawBuffer, LargePropTagArray propTagArray, int &index ) : AddressBookPropertyRow
rawBuffer byte The raw data returned from server.
propTagArray LargePropTagArray The list of property tags.
index int The start index.
return AddressBookPropertyRow

Property Details

Flag public_oe property

A byte that indicates whether all property values are present and without error in the ValueArray field.
public byte Flag
return byte

ValueArray public_oe property

An array of variable-sized structures that contains the property values.
public List ValueArray
return List