C# 클래스 Microsoft.Protocols.TestSuites.MS_OXWSMSG.AdapterHelper

The class provides the methods to assist MS_OXWSMSGSUTControlAdapter and MS_OXWSSRCHSUTControlAdapter.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
SwitchUser ( string userName, string password, string domain, ExchangeServiceBinding exchangeServiceBinding, ITestSite site ) : void

Switch the current user to the new user, with the identity of the new role to communicate with server.

메소드 상세

SwitchUser() 공개 정적인 메소드

Switch the current user to the new user, with the identity of the new role to communicate with server.
public static SwitchUser ( string userName, string password, string domain, ExchangeServiceBinding exchangeServiceBinding, ITestSite site ) : void
userName string The userName of the user used to communicate with server
password string The password of the user used to communicate with server
domain string The domain of the user used to communicate with server
exchangeServiceBinding Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding An instance of Service Binding
site ITestSite An instance of ITestSite
리턴 void