AuthMode Property

The authentication mode to be used when connecting to the MailServer .

Data Type

Enumeration

Possible Values

Login (0)
CRAMMD5 (1)
NTLM (2)
APOP (3)
SASLPlain (4)
XOAUTH2 (5)

Default Value

0

Remarks

The following authentication modes are supported by the Email task:

LoginThe User and Password are sent in a basic authentication command.
CRAMMD5The User and Password are digested using MD5 and sent to the server in a secure authentication command.
NTLMWindows NTLM authentication. If User and Password are not supplied, the credentials for the current Windows account are used.
APOPPOP authentication. This value is only valid for the Email receiver task when ServerType is set to POP3.
SASL PlainThe User and Password are concatenated into a plaintext SASL authentication command. This value is only valid for the Email receiver task when ServerType is set to IMAP.
XOAUTH2OAuth authentication. Use OAuthAuthorization to acquire and set an access token.

The default AuthMode is Login.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]