C# Class ConsoleApplication1.ExchangeConnection

显示文件 Open project: atosorigin/GoogleToExchangeCalendarMigration Class Usage Examples

Protected Properties

Property Type Description
log log4net.ILog

Public Methods

Method Description
ExchangeConnection ( ) : System
GetExchangeService ( ) : ExchangeService

Private Methods

Method Description
RemoteCertificateValidate ( object sender, X509Certificate cert, X509Chain chain, SslPolicyErrors error ) : bool
SetCertificatePolicy ( ) : void
connectToExchangeOnPremise ( ) : void
connectToExchangeUsingImpersonation ( ) : void

Method Details

ExchangeConnection() public method

public ExchangeConnection ( ) : System
return System

GetExchangeService() public method

public GetExchangeService ( ) : ExchangeService
return ExchangeService

Property Details

log protected_oe static_oe property

protected static ILog,log4net log
return log4net.ILog