Modifier and Type | Method and Description |
---|---|
SmtpAuthentication |
SmtpClient.getAuthenticationMethod()
Gets or sets the authentication method.
|
static SmtpAuthentication |
SmtpAuthentication.getAuto()
Automatic selection of authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getCramMD5()
CRAM-MD5 authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getDigestMD5()
DIGEST-MD5 authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getLogin()
LOGIN authorization (Uses Base64 encoding.)
|
static SmtpAuthentication |
SmtpAuthentication.getNone()
Without authorization
|
static SmtpAuthentication |
SmtpAuthentication.getNtlm()
NTLM authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getPlain()
PLAIN authorization (Uses Base64 encoding.)
|
static SmtpAuthentication |
SmtpAuthentication.getXOAuth2()
OAuth 2.0 authorization protocol
|
Modifier and Type | Method and Description |
---|---|
void |
SmtpClient.setAuthenticationMethod(SmtpAuthentication value)
Gets or sets the authentication method.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.