 | 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
Syntaxpublic static ExchangeService ConnectToServiceWithImpersonation(
IUserData userData,
string impersonatedUserSMTPAddress
)
Public Shared Function ConnectToServiceWithImpersonation (
userData As IUserData,
impersonatedUserSMTPAddress As String
) As ExchangeService
public:
static ExchangeService^ ConnectToServiceWithImpersonation(
IUserData^ userData,
String^ impersonatedUserSMTPAddress
)
static member ConnectToServiceWithImpersonation :
userData : IUserData *
impersonatedUserSMTPAddress : string -> ExchangeService
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