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

The class provide common methods for MS_OXWSFOLDSUTControlAdapter and MS_OXWSSYNCSUTControlAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
SwitchUser ( string name, string userPassword, string userDomain, ExchangeServiceBinding exchangeServiceBinding, ITestSite site ) : bool

Log on mailbox with specified user account.

메소드 상세

SwitchUser() 공개 정적인 메소드

Log on mailbox with specified user account.
public static SwitchUser ( string name, string userPassword, string userDomain, ExchangeServiceBinding exchangeServiceBinding, ITestSite site ) : bool
name string Name of the user.
userPassword string Password of the user.
userDomain string Domain of the user.
exchangeServiceBinding Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding An instance of Service Binding
site ITestSite An instance of ITestSite
리턴 bool