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

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

Public Properties

Property Type Description
PropertyValueCount uint
PropertyValues Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookTaggedPropertyValue[]

Public Methods

Method Description
Parse ( byte rawData, int &index ) : AddressBookPropertyValueList

Parse the AddressBookPropertyValueList structure.

Method Details

Parse() public static method

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.
return AddressBookPropertyValueList

Property Details

PropertyValueCount public property

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

PropertyValues public property

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