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

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
CodePage uint
ContainerID uint
CurrentRec uint
Delta int
NumPos uint
SortLocale uint
SortType uint
TemplateLocale uint
TotalRecs uint

Public Methods

Method Description
InitiateStat ( ) : void

Initiate the stat to initial values.

Parse ( byte rawData, int &startIndex ) : STAT

Parse the STAT from the response data.

Serialize ( ) : byte[]

This method is used for serializing the STAT

Method Details

InitiateStat() public method

Initiate the stat to initial values.
public InitiateStat ( ) : void
return void

Parse() public static method

Parse the STAT from the response data.
public static Parse ( byte rawData, int &startIndex ) : STAT
rawData byte The response data.
startIndex int The start index.
return STAT

Serialize() public method

This method is used for serializing the STAT
public Serialize ( ) : byte[]
return byte[]

Property Details

CodePage public property

This field contains a DWORD value that represents a code page. The client sets this field to specify the code page the client uses for non-Unicode strings. The server MUST use this value during string handling and MUST NOT modify this field.
public uint CodePage
return uint

ContainerID public property

This field contains a Minimal Entry ID. The client sets this field to specify the Minimal Entry ID of the address book container that this STAT structure represents.
public uint ContainerID
return uint

CurrentRec public property

This field contains a Minimal Entry ID. The client sets this field to specify a beginning position in the table for the start of an NSPI method. The server sets this field to report the end position in the table after processing an NSPI method.
public uint CurrentRec
return uint

Delta public property

This field contains a long value. The client sets this field to specify an offset from the beginning position in the table for the start of an NSPI method.
public int Delta
return int

NumPos public property

This field contains a DWORD value that specifies a position in the table. The client sets this field to specify a fractional position for the beginning position in the table for the start of an NSPI method. The server sets this field to specify the approximate fractional position at the end of an NSPI method.
public uint NumPos
return uint

SortLocale public property

This field contains a DWORD value that represents an LCID. The client sets this field to specify the LCID that it wants the server to use when sorting any strings. The server MUST use this value during sorting and MUST NOT modify this field.
public uint SortLocale
return uint

SortType public property

This field contains a DWORD value that represents a sort order. The client sets this field to specify the sort type of this table.
public uint SortType
return uint

TemplateLocale public property

This field contains a DWORD value that represents a language code identifier (LCID). The client sets this field to specify the LCID associated with the template the client wants the server to return. The server MUST NOT modify this field.
public uint TemplateLocale
return uint

TotalRecs public property

This field contains a DWORD value that specifies the number of rows in the table. The client sets this field to specify a fractional position for the beginning position in the table for the start of an NSPI method. The server sets this field to specify the total number of rows in the table.
public uint TotalRecs
return uint