ExchangeUtilityBuildExchangeService Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeUtility.BuildExchangeService(System.Boolean,System.Net.NetworkCredential,System.String,System.Int32)"]

Definition

Namespace: Scanjour.Workflow4.Common.Exchange
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static ExchangeService BuildExchangeService(
	bool useLocalExchangeServer,
	NetworkCredential exchangeServerCredentials,
	string exchangeWebServicesUri,
	int timeout = 0
)

Parameters

useLocalExchangeServer  Boolean

[Missing <param name="useLocalExchangeServer"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeUtility.BuildExchangeService(System.Boolean,System.Net.NetworkCredential,System.String,System.Int32)"]

exchangeServerCredentials  NetworkCredential

[Missing <param name="exchangeServerCredentials"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeUtility.BuildExchangeService(System.Boolean,System.Net.NetworkCredential,System.String,System.Int32)"]

exchangeWebServicesUri  String

[Missing <param name="exchangeWebServicesUri"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeUtility.BuildExchangeService(System.Boolean,System.Net.NetworkCredential,System.String,System.Int32)"]

timeout  Int32  (Optional)

[Missing <param name="timeout"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeUtility.BuildExchangeService(System.Boolean,System.Net.NetworkCredential,System.String,System.Int32)"]

Return Value

ExchangeService

[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Exchange.ExchangeUtility.BuildExchangeService(System.Boolean,System.Net.NetworkCredential,System.String,System.Int32)"]

See Also