FpcLinkTranslationMode Enumeration

The FpcLinkTranslationMode enumerated type contains values that specify the link translation operating mode for a Web publishing rule.

Syntax

typedef enum FpcLinkTranslationMode {
  fpcLinkTranslationNormal
fpcLinkTranslationNormal

Link translation is performed without pattern matching.

				 = 0,
  fpcLinkTranslationOwa12Redirection
fpcLinkTranslationOwa12Redirection

Links in pages or e-mail messages that are translated by an Exchange Server 12 computer to URLs of the form https://<ExchangeServerPublicName>/owa/redir.aspx?URL=<OriginalUrl> for redirection back to the Exchange Server are not altered.

	 = 1,
  fpcLinkTranslationOffAfterPatternMatch
fpcLinkTranslationOffAfterPatternMatch

Link translation is not performed on links in messages containing strings found by pattern matching.

   = 2,
  fpcLinkTranslationOnAfterPatternMatch
fpcLinkTranslationOnAfterPatternMatch

Link translation is performed on links in messages containing strings found by pattern matching.

	= 3
} FpcLinkTranslationMode;

Constants

fpcLinkTranslationNormal

Link translation is performed without pattern matching.

fpcLinkTranslationOwa12Redirection

Links in pages or e-mail messages that are translated by an Exchange Server 12 computer to URLs of the form https://<ExchangeServerPublicName>/owa/redir.aspx?URL=<OriginalUrl> for redirection back to the Exchange Server are not altered.

fpcLinkTranslationOffAfterPatternMatch

Link translation is not performed on links in messages containing strings found by pattern matching.

fpcLinkTranslationOnAfterPatternMatch

Link translation is performed on links in messages containing strings found by pattern matching.

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.