PROP_SMTP_AUTH_METHOD
Specifies the authentication method to use for the SMTP account.
Quick info
Property | Value |
---|---|
Identifier: |
0x0208 |
Property type: |
PT_DWORD |
Property tag: |
0x02080003 |
Access: |
Read-only |
Remarks
The value is a bitmask of the following constants. See Constants (Account management API) for their values.
SMTP_AUTH_SAME_AS_POP means using the same credentials as my incoming mail server, as provided by PROP_INET_USER and PROP_INET_PASSWORD.
SMTP_AUTH_USER_PASS means using the credentials as provided by PROP_SMTP_USER and PROP_SMTP_PASSWORD.
SMTP_AUTH_RECEIVE_BEFORE_SEND means requesting the user to log on to the incoming mail server before sending mail.