Logs user in using AUTH CRAM-MD5 command.
Uses
User and
Password properties.
This method does NOT send the password in clear text.
Namespace:
Lesnikowski.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.10208.1049
Syntax
| C# |
|---|
[ObsoleteAttribute("Please use overloaded LoginCRAM method with user and password parameters: LoginCRAM(string, string) instead")]
public void LoginCRAM() |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Please use overloaded LoginCRAM method with user and password parameters: LoginCRAM(string, string) instead")> _
Public Sub LoginCRAM |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Please use overloaded LoginCRAM method with user and password parameters: LoginCRAM(string, string) instead")]
public:
void LoginCRAM() |
Exceptions
See Also