Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string Authenticate(
int SessionReserve,
int MaxAttempts,
int MaxAttemptsWindow,
string Login,
string Password,
string NewPassword,
bool BumpExisting,
string IP,
DateTime LocalTime,
DMPasswordFormat PasswordFormat,
LoginResponse loginResponse
)
Public Function Authenticate (
SessionReserve As Integer,
MaxAttempts As Integer,
MaxAttemptsWindow As Integer,
Login As String,
Password As String,
NewPassword As String,
BumpExisting As Boolean,
IP As String,
LocalTime As DateTime,
PasswordFormat As DMPasswordFormat,
loginResponse As LoginResponse
) As String
public:
String^ Authenticate(
int SessionReserve,
int MaxAttempts,
int MaxAttemptsWindow,
String^ Login,
String^ Password,
String^ NewPassword,
bool BumpExisting,
String^ IP,
DateTime LocalTime,
DMPasswordFormat PasswordFormat,
LoginResponse^ loginResponse
)
member Authenticate :
SessionReserve : int *
MaxAttempts : int *
MaxAttemptsWindow : int *
Login : string *
Password : string *
NewPassword : string *
BumpExisting : bool *
IP : string *
LocalTime : DateTime *
PasswordFormat : DMPasswordFormat *
loginResponse : LoginResponse -> string
function Authenticate(SessionReserve, MaxAttempts, MaxAttemptsWindow, Login, Password, NewPassword, BumpExisting, IP, LocalTime, PasswordFormat, loginResponse);
Parameters
- SessionReserve
- Type: SystemInt32
- MaxAttempts
- Type: SystemInt32
- MaxAttemptsWindow
- Type: SystemInt32
- Login
- Type: SystemString
- Password
- Type: SystemString
- NewPassword
- Type: SystemString
- BumpExisting
- Type: SystemBoolean
- IP
- Type: SystemString
- LocalTime
- Type: SystemDateTime
- PasswordFormat
- Type: DMLibraryDMPasswordFormat
- loginResponse
- Type: DMLibraryLoginResponse
Return Value
Type:
String
See Also