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                 = 0,
  fpcLinkTranslationOwa12Redirection       = 1,
  fpcLinkTranslationOffAfterPatternMatch   = 2,
  fpcLinkTranslationOnAfterPatternMatch    = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010