| Home | All functions | Legacy functions | Categories |
Prototype: vuSmtpSetAuthMode(LONG InAuthMode), SIGNED, PROC, PASCAL, RAW, NAME(‘vuSmtpSetAuthMode’)
Sets SMTP auth mode (0 for password auth, non-zero for OAuth auth).
| Parameter | Type | Description | |—|—|—| | InAuthMode | LONG | 0 = password mode, non-zero = OAuth mode. |
| Value | Meaning | |—|—| | 1 | Mode updated. |
rc LONG
rc = vuSmtpSetAuthMode(1) ! switch to OAuth mode
MESSAGE('vuSmtpSetAuthMode rc=' & rc)
| Home | All functions | Legacy functions | Categories |