/// <summary>
 /// Deprecated Method for adding a new object to the sysmail_servertype EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosysmail_servertype(sysmail_servertype sysmail_servertype)
 {
     base.AddObject("sysmail_servertype", sysmail_servertype);
 }
 /// <summary>
 /// Create a new sysmail_servertype object.
 /// </summary>
 /// <param name="servertype">Initial value of the servertype property.</param>
 /// <param name="is_incoming">Initial value of the is_incoming property.</param>
 /// <param name="is_outgoing">Initial value of the is_outgoing property.</param>
 /// <param name="last_mod_datetime">Initial value of the last_mod_datetime property.</param>
 /// <param name="last_mod_user">Initial value of the last_mod_user property.</param>
 public static sysmail_servertype Createsysmail_servertype(global::System.String servertype, global::System.Boolean is_incoming, global::System.Boolean is_outgoing, global::System.DateTime last_mod_datetime, global::System.String last_mod_user)
 {
     sysmail_servertype sysmail_servertype = new sysmail_servertype();
     sysmail_servertype.servertype = servertype;
     sysmail_servertype.is_incoming = is_incoming;
     sysmail_servertype.is_outgoing = is_outgoing;
     sysmail_servertype.last_mod_datetime = last_mod_datetime;
     sysmail_servertype.last_mod_user = last_mod_user;
     return sysmail_servertype;
 }