C# Class Microsoft.Protocols.TestSuites.Common.RopReloadCachedInformationResponse

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ColumnCount ushort
HasNamedProperties byte
InputHandleIndex byte
NormalizedSubject TypedString
RecipientColumns Microsoft.Protocols.TestSuites.Common.PropertyTag[]
RecipientCount ushort
RecipientRows Microsoft.Protocols.TestSuites.Common.OpenRecipientRow[]
ReturnValue uint
RopId byte
RowCount byte
SubjectPrefix TypedString

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Résultat int

Property Details

ColumnCount public_oe property

This value specifies the number of structures in the RecipientColumns field.
public ushort ColumnCount
Résultat ushort

HasNamedProperties public_oe property

8-bit Boolean. This value specifies whether the message has named properties.
public byte HasNamedProperties
Résultat byte

InputHandleIndex public_oe property

This index MUST be set to the InputHandleIndex specified in the request.
public byte InputHandleIndex
Résultat byte

NormalizedSubject public_oe property

TypedString structure. The format of the TypedString structure is specified in [MS-OXCDATA]. This value specifies the normalized subject of the message.
public TypedString,Microsoft.Protocols.TestSuites.Common NormalizedSubject
Résultat TypedString

RecipientColumns public_oe property

Array of Property Tag structures. The number of structures contained in this field is specified by the ColumnCount field. The format of the Property Tag structure is specified in [MS-OXCDATA]. This field specifies the property values that can be included for each recipient row.
public PropertyTag[],Microsoft.Protocols.TestSuites.Common RecipientColumns
Résultat Microsoft.Protocols.TestSuites.Common.PropertyTag[]

RecipientCount public_oe property

This value specifies the number of recipients on the message.
public ushort RecipientCount
Résultat ushort

RecipientRows public_oe property

List of OpenRecipientRow structures. The number of structures contained in this field is specified by the RowCount field.
public OpenRecipientRow[],Microsoft.Protocols.TestSuites.Common RecipientRows
Résultat Microsoft.Protocols.TestSuites.Common.OpenRecipientRow[]

ReturnValue public_oe property

This value specifies the status of the remote operation. For successful response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
public uint ReturnValue
Résultat uint

RopId public_oe property

This value specifies the type of remote operation. For this operation, this field is set to 0x10.
public byte RopId
Résultat byte

RowCount public_oe property

This value specifies the number of rows in the RecipientRows field.
public byte RowCount
Résultat byte

SubjectPrefix public_oe property

TypedString structure. The format of the TypedString structure is specified in [MS-OXCDATA]. This value specifies the subject prefix of the message.
public TypedString,Microsoft.Protocols.TestSuites.Common SubjectPrefix
Résultat TypedString