Method | Description | |
---|---|---|
TestCleanup ( ) : void |
Clean up the test.
|
Method | Description | |
---|---|---|
ClassCleanup ( ) : void | ||
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void | ||
ConnectToServer ( |
Send a valid Connect request type to establish a Session Context with the server.
|
|
ExecuteLogonROP ( |
Send the Logon ROP to server via Execute request type request.
|
|
GetRopLogonRequest ( ) : |
Compose a Logon ROP request.
|
|
InitializeExecuteRequestBody ( ISerializable rop ) : |
Initialize an Execute request Body.
|
|
InitializeExecuteRequestBody ( ISerializable rop, uint insideObjectHandle ) : |
Initialize an Execute request Body.
|
|
MSOXCMAPIHTTP_S01_TC01_ConnectToMailboxServerSucceeded ( ) : void | ||
MSOXCMAPIHTTP_S01_TC02_ReconnectToMailboxServer ( ) : void | ||
MSOXCMAPIHTTP_S01_TC03_ResponseCodeHeader ( ) : void | ||
MSOXCMAPIHTTP_S01_TC04_SendInvalidContextCookie ( ) : void | ||
MSOXCMAPIHTTP_S01_TC05_SendInvalidRequestBody ( ) : void | ||
MSOXCMAPIHTTP_S01_TC06_PINGRequestType ( ) : void | ||
MSOXCMAPIHTTP_S01_TC07_SimultaneousRequestWithinSameSessionContext ( ) : void | ||
MSOXCMAPIHTTP_S01_TC08_ExecuteRequestType ( ) : void | ||
MSOXCMAPIHTTP_S01_TC09_NotificationWaitWithPendingEvent ( ) : void | ||
MSOXCMAPIHTTP_S01_TC10_NotificationWaitWithoutPendingEvent ( ) : void | ||
MSOXCMAPIHTTP_S01_TC11_HTTPStatusCode ( ) : void | ||
NotificationWaitRequest ( ) : NotificationWaitRequestBody |
Build the NotificationWait request body.
|
|
OpenFolderRequest ( ulong folderId ) : |
Build the open folder request.
|
|
ParseLogonResponse ( byte logonRop, ulong &logonFolderId, |
Parse the logon response.
|
|
RegisterNotificationRequest ( ulong folderId ) : |
Build the RopRegisterNotification request.
|
|
SendExecuteRequest ( |
Send an Execute request type that includes a ROP to server.
|