The FpcLinkTranslationMode enumerated type contains values that specify the link translation operating mode for a Web publishing rule.
typedef enum FpcLinkTranslationMode { fpcLinkTranslationNormal
Link translation is performed without pattern matching.
= 0, 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
Link translation is not performed on links in messages containing strings found by pattern matching.
= 2, fpcLinkTranslationOnAfterPatternMatch
Link translation is performed on links in messages containing strings found by pattern matching.
= 3 } FpcLinkTranslationMode;
Link translation is performed without pattern matching.
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.
Link translation is not performed on links in messages containing strings found by pattern matching.
Link translation is performed on links in messages containing strings found by pattern matching.
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.