C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookPropertyValueList

The AddressBookPropertyValueList structure contains a list of properties and their value.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
PropertyValueCount uint
PropertyValues Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookTaggedPropertyValue[]

Méthodes publiques

Méthode Description
Parse ( byte rawData, int &index ) : AddressBookPropertyValueList

Parse the AddressBookPropertyValueList structure.

Method Details

Parse() public static méthode

Parse the AddressBookPropertyValueList structure.
public static Parse ( byte rawData, int &index ) : AddressBookPropertyValueList
rawData byte The raw data of response buffer.
index int The start index.
Résultat AddressBookPropertyValueList

Property Details

PropertyValueCount public_oe property

An unsigned integer that specifies the number of structures contained in the PropertyValues field.
public uint PropertyValueCount
Résultat uint

PropertyValues public_oe property

An array of AddressBookTaggedPropertyValue structures, each of which specifies a property and its value.
public AddressBookTaggedPropertyValue[],Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP PropertyValues
Résultat Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookTaggedPropertyValue[]