Click or drag to resize

ServiceConnectToServiceWithImpersonation Method (IUserData, String)

Connects to exchange service with impersonation.

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public static ExchangeService ConnectToServiceWithImpersonation(
	IUserData userData,
	string impersonatedUserSMTPAddress
)

Parameters

userData
Type: Koden.Utils.ExchangeIUserData
The user data.
impersonatedUserSMTPAddress
Type: SystemString
The impersonated user SMTP address.

Return Value

Type: ExchangeService

[Missing <returns> documentation for "M:Koden.Utils.Exchange.Service.ConnectToServiceWithImpersonation(Koden.Utils.Exchange.IUserData,System.String)"]

See Also