Beispiel #1
0
 public static Uri ConstructTenantEventUrl(string source, string category, string eventId, string locale)
 {
     return(HelpProvider.ConstructFinalHelpUrl(HelpProvider.baseUrl, "ms.exch.evt.default", locale, new string[]
     {
         HelpProvider.GetEventParam(source, category, eventId),
         HelpProvider.GetLoginInfo()
     }));
 }
Beispiel #2
0
 public static Uri ConstructTenantEventUrl(string source, string category, string eventId)
 {
     return(HelpProvider.UrlConstructHelper("ms.exch.evt.default", new string[]
     {
         HelpProvider.GetEventParam(source, category, eventId),
         HelpProvider.GetLoginInfo()
     }));
 }