FpcLinkTranslationMode enumeration

Applies to: desktop apps only

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 email 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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010