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

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

Public Properties

Property Type Description
Essdn byte[]
EssdnSize ushort
LogonFlags byte
LogonId byte
OpenFlags uint
OutputHandleIndex byte
RopId byte
StoreState uint

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

Essdn public property

Null terminated ASCII string. The number of characters (including the null) contained in this field is specified by the EssdnSize field. This string specifies which mailbox to log on to.
public byte[] Essdn
return byte[]

EssdnSize public property

This value specifies the size of the Essdn field.
public ushort EssdnSize
return ushort

LogonFlags public property

The possible values are specified in [MS-OXCSTOR]. This structure contains flags that control the behavior of the logon.
public byte LogonFlags
return byte

LogonId public property

This value specifies the ID that the client wants associated with the created logon. Any value is allowed and the client does not have to use values in a certain numeric order. If the client specifies an active logon ID, the current logon is released and replaced with the new one.
public byte LogonId
return byte

OpenFlags public property

The possible values are specified in [MS-OXCSTOR]. This structure contains more flags that control the behavior of the logon.
public uint OpenFlags
return uint

OutputHandleIndex public property

This index specifies the location in the Server Object Handle Table where the handle for the output Server Object will be stored.
public byte OutputHandleIndex
return byte

RopId public property

This value specifies the type of remote operation. For this operation, this field is set to 0xFE.
public byte RopId
return byte

StoreState public property

The possible values are specified in [MS-OXCSTOR]. This structure specifies ongoing action on the mailbox or public folder.
public uint StoreState
return uint