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

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

Méthodes publiques

Свойство Type Description
Flag byte
ValueArray List

Méthodes publiques

Méthode Description
Parse ( byte rawBuffer, LargePropTagArray propTagArray, int &index ) : AddressBookPropertyRow

Parse the AddressBookPropertyRow structure.

Method Details

Parse() public static méthode

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

ValueArray public_oe property

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