AuthMode Property
The authentication mode to be used when connecting to the MailServer .
Data Type
EnumerationPossible Values
Login (0)CRAMMD5 (1)
NTLM (2)
APOP (3)
SASLPlain (4)
Default Value
0Remarks
The following authentication modes are supported by the Email adapter:
Login | The User and Password are sent in a basic authentication command. |
CRAMMD5 | The User and Password are digested using MD5 and sent to the server in a secure authentication command. |
NTLM | Windows NTLM authentication. If User and Password are not supplied, the credentials for the current Windows account are used. |
APOP | POP authentication. This value is only valid for the Email receiver adapter when ServerType is set to POP3. |
SASL Plain | The User and Password are concatenated into a plaintext SASL authentication command. This value is only valid for the Email receiver adapter when ServerType is set to IMAP. |
The default AuthMode is Login.