Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

AuthMechanism Property

The authentication mechanism to be used when connecting to the mail server.

Syntax

[VB.NET]
Public Property AuthMechanism As GmailAuthMechanisms

[C#]
public GmailAuthMechanisms AuthMechanism {get; set;}

enum GmailAuthMechanisms { amUserPassword, amCRAMMD5, amNTLM, amSASLPlain, amSASLDigestMD5, amKerberos, amSASLXOAuth2 }

Remarks

By default, AuthMechanism is amUserPassword (0), and default plaintext authentication is used to login to the server.

If AuthMechanism is set to amSASLXOAuth2 (7), an OAUTH authorization string is used to authenticate. The Authorization property must be set to a valid authorization string.

At the time of this writing no other authentication mechanisms are supported by Google.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0