 | ServiceConnectToService Method (Boolean) |
Connects to exchange service.
Namespace:
Koden.Utils.Exchange
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic static ExchangeService ConnectToService(
bool traceToFile
)
Public Shared Function ConnectToService (
traceToFile As Boolean
) As ExchangeService
public:
static ExchangeService^ ConnectToService(
bool traceToFile
)
static member ConnectToService :
traceToFile : bool -> ExchangeService
Parameters
- traceToFile
- Type: SystemBoolean
if set to true [trace to file].
Return Value
Type:
ExchangeService[Missing <returns> documentation for "M:Koden.Utils.Exchange.Service.ConnectToService(System.Boolean)"]
See Also