C# 클래스 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.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flag byte
ValueArray List

공개 메소드들

메소드 설명
Parse ( byte rawBuffer, LargePropTagArray propTagArray, int &index ) : AddressBookPropertyRow

Parse the AddressBookPropertyRow structure.

메소드 상세

Parse() 공개 정적인 메소드

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.
리턴 AddressBookPropertyRow

프로퍼티 상세

Flag 공개적으로 프로퍼티

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

ValueArray 공개적으로 프로퍼티

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