The FpcSmtpDestinationAuthenticationMethod enumerated type contains values that describe the authentication method used during authentication with a remote Simple Mail Transfer Protocol (SMTP) server.
typedef enum { fpcDefaultAuthentication
The default SMTP authentication method for the destination is used.
= 0, fpcBasicAuthentication
Basic authentication.
= 1, fpcExchangeServerAuthentication
Exchange Server authentication.
= 2, fpcExternallySecuredAuthentication
Authentication from an external source.
= 3 } FpcSmtpDestinationAuthenticationMethod;
The default SMTP authentication method for the destination is used.
Basic authentication.
Exchange Server authentication.
Authentication from an external source.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.