2 instantiations of LateBoundAccessHelper
System.Web (2)
Util\SmtpMail.cs (2)
160private static LateBoundAccessHelper _helper = new LateBoundAccessHelper("CDONTS.NewMail"); 258private static LateBoundAccessHelper _helper = new LateBoundAccessHelper("CDO.Message");
11 references to LateBoundAccessHelper
System.Web (11)
Util\SmtpMail.cs (11)
160private static LateBoundAccessHelper _helper = new LateBoundAccessHelper("CDONTS.NewMail"); 258private static LateBoundAccessHelper _helper = new LateBoundAccessHelper("CDO.Message"); 273LateBoundAccessHelper.CallMethodStatic(fields, "Update", new Object[0]); 339LateBoundAccessHelper.SetPropStatic(body, "Charset", message.BodyEncoding.BodyName); 383Object config = LateBoundAccessHelper.GetPropStatic(m, "Configuration"); 386LateBoundAccessHelper.SetPropStatic(config, "Fields", "http://schemas.microsoft.com/cdo/configuration/sendusing", (Object)2); 387LateBoundAccessHelper.SetPropStatic(config, "Fields", "http://schemas.microsoft.com/cdo/configuration/smtpserverport", (Object)25); 389LateBoundAccessHelper.SetPropStatic(config, "Fields", "http://schemas.microsoft.com/cdo/configuration/smtpserver", server); 393LateBoundAccessHelper.SetPropStatic(config, "Fields", (String)e.Key, e.Value); 396Object fields = LateBoundAccessHelper.GetPropStatic(config, "Fields"); 397LateBoundAccessHelper.CallMethodStatic(fields, "Update", new Object[0]);