FpcSmtpDestinationAuthenticationMethod Enumeration

The FpcSmtpDestinationAuthenticationMethod enumerated type contains values that describe the authentication method used during authentication with a remote Simple Mail Transfer Protocol (SMTP) server.

Syntax

typedef enum  {
  	fpcDefaultAuthentication
fpcDefaultAuthentication

The default SMTP authentication method for the destination is used.

			 = 0,
  	fpcBasicAuthentication
fpcBasicAuthentication

Basic authentication.

			 = 1,
  	fpcExchangeServerAuthentication
fpcExchangeServerAuthentication

Exchange Server authentication.

	= 2,
  	fpcExternallySecuredAuthentication
fpcExternallySecuredAuthentication

Authentication from an external source.

   = 3
} FpcSmtpDestinationAuthenticationMethod;

Constants

fpcDefaultAuthentication

The default SMTP authentication method for the destination is used.

fpcBasicAuthentication

Basic authentication.

fpcExchangeServerAuthentication

Exchange Server authentication.

fpcExternallySecuredAuthentication

Authentication from an external source.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.